Html Css Color HEX #567291 Kashmir Blue

📋 copy color: '#567291'

red 86 ◦ green 114 ◦ blue 145

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

Shades of Kashmir Blue #567291

Tints of Kashmir Blue #567291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.04%

 BLUE value IS 145 (57.03% from 255) = 42.03%

R = 24.93%
G = 33.04%
B = 42.03%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#567291 (or 0x567291) is known color: Kashmir Blue. HEX triplet: 56, 72 and 91. RGB value is (86,114,145). Sum of RGB (Red+Green+Blue) = 86+114+145=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 145 - color contains mainly: blue. Hex color #567291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567291 is #A98D6E. Grayscale: #6D6D6D. Windows color (decimal): -11111791 or 9531990. OLE color: 9531990.

HSL color Cylindrical-coordinate representation of color #567291: hue angle of 211.53º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #567291 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 86 114 145 -
CMYK 0.41 0.21 0 0.43
HSL 211.53º 0.26% 0.45% -
HSV(B) 211.53º 0.41% 0.57% -
XYZ 14.97 16.06 29.1 -
YUV 109.16 148.22 111.48 -
System Red Green Blue C M Y K H S L
Decimal 86 114 145 0.41 0.21 0 0.43 211.53 0.26 0.45
Hex 56 72 91 29 15 0 2B D4 1A 2D
Octal 126 162 221 51 25 0 53 324 32 55
Binary 1010110 1110010 10010001 101001 10101 0 101011 11010100 11010 101101

Color Harmonies of #567291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567291

Black with #567291

Text Example


Text Example

White with #567291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567291; }

 p { color: rgb(86,114,145); }

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

background-color css

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

 a { background-color: rgb(86,114,145); }

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

border-color css

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

 span { border-color: rgb(86,114,145); }

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