#53658A

Color #53658A Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #53658A

Tints of Kashmir Blue #53658A

Color information

#53658A (or 0x53658A) is unknown color: approx Kashmir Blue. HEX triplet: 53, 65 and 8A. RGB value is (83,101,138). Sum of RGB (Red+Green+Blue) = 83+101+138=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 138 - color contains mainly: blue. Hex color #53658A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53658A is #AC9A75. Grayscale: #636363. Windows color (decimal): -11311734 or 9069907. OLE color: 9069907.

HSL color Cylindrical-coordinate representation of color #53658A: hue angle of 220.36º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53658A is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB83101138-
CMYK0.400.2700.46
HSL220.36º24.89%43.33%-
HSV(B)220.36º39.86%54.12%-
XYZ12.8112.9825.88-
YUV99.84149.54115.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 25.78%
GREEN value IS 101 (39.84% from 255) = 31.37%
BLUE value IS 138 (54.30% from 255) = 42.86%
R=25.78%
G=31.37%
B=42.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal831011380.400.2700.46220.3624.8943.33
Hex53658A281B02Edc192b
Octal12314521250330563343153
Binary10100111100101100010101010001101101011101101110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53658A; }

 p { color: rgb(83,101,138); }

 H1.HeaderClassName
 {
   color: #53658A;
 }
 .AnyTagClassName
 {
   color: #53658A;
 }
</style>
background-color css

<style>
 a { background-color: #53658A; }

 a { background-color: rgb(83,101,138); }

 div.DivClassName
 {
   background-color: #53658A;
 }
 .BgClassName
 {
   background-color: #53658A;
 }
</style>
border-color css

<style>
 span { border-color: #53658A; }

 span { border-color: rgb(83,101,138); }

 td.TdClassName
 {
   border-color: #53658A;
 }
 .TagClassName
 {
   border-color: #53658A;
 }
</style>