#53668E

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

Shades of Kashmir Blue #53668E

Tints of Kashmir Blue #53668E

Color information

#53668E (or 0x53668E) is unknown color: approx Kashmir Blue. HEX triplet: 53, 66 and 8E. RGB value is (83,102,142). Sum of RGB (Red+Green+Blue) = 83+102+142=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 142 - color contains mainly: blue. Hex color #53668E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53668E is #AC9971. Grayscale: #646464. Windows color (decimal): -11311474 or 9332307. OLE color: 9332307.

HSL color Cylindrical-coordinate representation of color #53668E: hue angle of 220.68º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53668E is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB83102142-
CMYK0.420.2800.44
HSL220.68º26.22%44.12%-
HSV(B)220.68º41.55%55.69%-
XYZ13.213.2927.46-
YUV100.88151.21115.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.38%
GREEN value IS 102 (40.23% from 255) = 31.19%
BLUE value IS 142 (55.86% from 255) = 43.43%
R=25.38%
G=31.19%
B=43.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831021420.420.2800.44220.6826.2244.12
Hex53668E2A1C02Cdd1a2c
Octal12314621652340543353254
Binary10100111100110100011101010101110001011001101110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53668E; }

 p { color: rgb(83,102,142); }

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

<style>
 a { background-color: #53668E; }

 a { background-color: rgb(83,102,142); }

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

<style>
 span { border-color: #53668E; }

 span { border-color: rgb(83,102,142); }

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