Html Css Color HEX #57667C Kashmir Blue

📋 copy color: '#57667C'

red 87 ◦ green 102 ◦ blue 124

#57667C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #57667C

Tints of Kashmir Blue #57667C

RGB

 RED value IS 87 (34.38% from 255) = 27.8%

 GREEN value IS 102 (40.23% from 255) = 32.59%

 BLUE value IS 124 (48.83% from 255) = 39.62%

R = 27.8%
G = 32.59%
B = 39.62%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57667C (or 0x57667C) is known color: Kashmir Blue. HEX triplet: 57, 66 and 7C. RGB value is (87,102,124). Sum of RGB (Red+Green+Blue) = 87+102+124=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 124 - color contains mainly: blue. Hex color #57667C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57667C is #A89983. Grayscale: #636363. Windows color (decimal): -11049348 or 8152663. OLE color: 8152663.

HSL color Cylindrical-coordinate representation of color #57667C: hue angle of 215.68º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #57667C is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 102 124 -
CMYK 0.30 0.18 0 0.51
HSL 215.68º 0.18% 0.41% -
HSV(B) 215.68º 0.3% 0.49% -
XYZ 12.32 12.98 20.93 -
YUV 100.02 141.53 118.71 -
System Red Green Blue C M Y K H S L
Decimal 87 102 124 0.30 0.18 0 0.51 215.68 0.18 0.41
Hex 57 66 7C 1E 12 0 33 D8 12 29
Octal 127 146 174 36 22 0 63 330 22 51
Binary 1010111 1100110 1111100 11110 10010 0 110011 11011000 10010 101001

Color Harmonies of #57667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57667C

Black with #57667C

Text Example


Text Example

White with #57667C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57667C; }

 p { color: rgb(87,102,124); }

 H1.HeaderClassName
 {
   color: #57667C;
 }
 .AnyTagClassName
 {
   color: #57667C;
 }
</style>

background-color css

<style>
 a { background-color: #57667C; }

 a { background-color: rgb(87,102,124); }

 div.DivClassName
 {
   background-color: #57667C;
 }
 .BgClassName
 {
   background-color: #57667C;
 }
</style>

border-color css

<style>
 span { border-color: #57667C; }

 span { border-color: rgb(87,102,124); }

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