#53668A

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

Shades of Kashmir Blue #53668A

Tints of Kashmir Blue #53668A

Color information

#53668A (or 0x53668A) is unknown color: approx Kashmir Blue. HEX triplet: 53, 66 and 8A. RGB value is (83,102,138). Sum of RGB (Red+Green+Blue) = 83+102+138=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 138 - color contains mainly: blue. Hex color #53668A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53668A is #AC9975. Grayscale: #646464. Windows color (decimal): -11311478 or 9070163. OLE color: 9070163.

HSL color Cylindrical-coordinate representation of color #53668A: hue angle of 219.27º 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 #53668A is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB83102138-
CMYK0.400.2600.46
HSL219.27º24.89%43.33%-
HSV(B)219.27º39.86%54.12%-
XYZ12.9113.1825.91-
YUV100.42149.21115.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.70%
GREEN value IS 102 (40.23% from 255) = 31.58%
BLUE value IS 138 (54.30% from 255) = 42.72%
R=25.70%
G=31.58%
B=42.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal831021380.400.2600.46219.2724.8943.33
Hex53668A281A02Edb192b
Octal12314621250320563333153
Binary10100111100110100010101010001101001011101101101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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