Html Css Color HEX #57678A Kashmir Blue

📋 copy color: '#57678A'

red 87 ◦ green 103 ◦ blue 138

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

Shades of Kashmir Blue #57678A

Tints of Kashmir Blue #57678A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.4%

 BLUE value IS 138 (54.3% from 255) = 42.07%

R = 26.52%
G = 31.4%
B = 42.07%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#57678A (or 0x57678A) is known color: 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

RGB 87 103 138 -
CMYK 0.37 0.25 0 0.46
HSL 221.18º 0.23% 0.44% -
HSV(B) 221.18º 0.37% 0.54% -
XYZ 13.37 13.56 25.96 -
YUV 102.21 148.2 117.15 -
System Red Green Blue C M Y K H S L
Decimal 87 103 138 0.37 0.25 0 0.46 221.18 0.23 0.44
Hex 57 67 8A 25 19 0 2E DD 17 2C
Octal 127 147 212 45 31 0 56 335 27 54
Binary 1010111 1100111 10001010 100101 11001 0 101110 11011101 10111 101100

Color Harmonies of #57678A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57678A

Black with #57678A

Text Example


Text Example

White with #57678A

Text Example


Text Example

HTML Codes & Css Web 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>