Html Css Color HEX #567697 Kashmir Blue

📋 copy color: '#567697'

red 86 ◦ green 118 ◦ blue 151

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

Shades of Kashmir Blue #567697

Tints of Kashmir Blue #567697

RGB

 RED value IS 86 (33.98% from 255) = 24.23%

 GREEN value IS 118 (46.48% from 255) = 33.24%

 BLUE value IS 151 (59.38% from 255) = 42.54%

R = 24.23%
G = 33.24%
B = 42.54%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#567697 (or 0x567697) is known color: Kashmir Blue. HEX triplet: 56, 76 and 97. RGB value is (86,118,151). Sum of RGB (Red+Green+Blue) = 86+118+151=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 151 (59.38% from 255 or 42.54% from 355); Max value from RGB is 151 - color contains mainly: blue. Hex color #567697 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567697 is #A98968. Grayscale: #707070. Windows color (decimal): -11110761 or 9926230. OLE color: 9926230.

HSL color Cylindrical-coordinate representation of color #567697: hue angle of 210.46º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #567697 is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 86 118 151 -
CMYK 0.43 0.22 0 0.41
HSL 210.46º 0.27% 0.46% -
HSV(B) 210.46º 0.43% 0.59% -
XYZ 15.9 17.17 31.75 -
YUV 112.19 149.9 109.32 -
System Red Green Blue C M Y K H S L
Decimal 86 118 151 0.43 0.22 0 0.41 210.46 0.27 0.46
Hex 56 76 97 2B 16 0 29 D2 1B 2E
Octal 126 166 227 53 26 0 51 322 33 56
Binary 1010110 1110110 10010111 101011 10110 0 101001 11010010 11011 101110

Color Harmonies of #567697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567697

Black with #567697

Text Example


Text Example

White with #567697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567697; }

 p { color: rgb(86,118,151); }

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

background-color css

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

 a { background-color: rgb(86,118,151); }

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

border-color css

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

 span { border-color: rgb(86,118,151); }

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