#53678F

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

Shades of Kashmir Blue #53678F

Tints of Kashmir Blue #53678F

Color information

#53678F (or 0x53678F) is unknown color: approx Kashmir Blue. HEX triplet: 53, 67 and 8F. RGB value is (83,103,143). Sum of RGB (Red+Green+Blue) = 83+103+143=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 143 - color contains mainly: blue. Hex color #53678F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53678F is #AC9870. Grayscale: #656565. Windows color (decimal): -11311217 or 9398099. OLE color: 9398099.

HSL color Cylindrical-coordinate representation of color #53678F: hue angle of 220º degrees, saturation: 0.27, 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 #53678F is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB83103143-
CMYK0.420.2800.44
HSL220º26.55%44.31%-
HSV(B)220º41.96%56.08%-
XYZ13.3813.5227.89-
YUV101.58151.37114.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.23%
GREEN value IS 103 (40.62% from 255) = 31.31%
BLUE value IS 143 (56.25% from 255) = 43.47%
R=25.23%
G=31.31%
B=43.47%

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
Decimal831031430.420.2800.4422026.5544.31
Hex53678F2A1C02Cdc1b2c
Octal12314721752340543343354
Binary10100111100111100011111010101110001011001101110011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53678F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53678F; }

 p { color: rgb(83,103,143); }

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

<style>
 a { background-color: #53678F; }

 a { background-color: rgb(83,103,143); }

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

<style>
 span { border-color: #53678F; }

 span { border-color: rgb(83,103,143); }

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