#57678A

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

Shades of Kashmir Blue #57678A

Tints of Kashmir Blue #57678A

Color information

#57678A (or 0x57678A) is unknown color: approx Kashmir Blue. HEX triplet: 57, 67 and 8A. RGB value is (87,103,138). Sum of RGB (Red+Green+Blue) = 87+103+138=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 138 - color contains mainly: blue. Hex color #57678A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57678A is #A89875. Grayscale: #666666. Windows color (decimal): -11049078 or 9070423. OLE color: 9070423.

HSL color Cylindrical-coordinate representation of color #57678A: hue angle of 221.18º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #57678A is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB87103138-
CMYK0.370.2500.46
HSL221.18º22.67%44.12%-
HSV(B)221.18º36.96%54.12%-
XYZ13.3713.5625.96-
YUV102.21148.2117.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.52%
GREEN value IS 103 (40.62% from 255) = 31.40%
BLUE value IS 138 (54.30% from 255) = 42.07%
R=26.52%
G=31.40%
B=42.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal871031380.370.2500.46221.1822.6744.12
Hex57678A251902Edd172c
Octal12714721245310563352754
Binary10101111100111100010101001011100101011101101110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57678A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,103,138); }

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

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

 a { background-color: rgb(87,103,138); }

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

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

 span { border-color: rgb(87,103,138); }

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