Html Css Color HEX #567491 Kashmir Blue

📋 copy color: '#567491'

red 86 ◦ green 116 ◦ blue 145

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

Shades of Kashmir Blue #567491

Tints of Kashmir Blue #567491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.43%

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

R = 24.78%
G = 33.43%
B = 41.79%

CMYK

 C value IS 0.41

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#567491 (or 0x567491) is known color: Kashmir Blue. HEX triplet: 56, 74 and 91. RGB value is (86,116,145). Sum of RGB (Red+Green+Blue) = 86+116+145=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 145 - color contains mainly: blue. Hex color #567491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567491 is #A98B6E. Grayscale: #6E6E6E. Windows color (decimal): -11111279 or 9532502. OLE color: 9532502.

HSL color Cylindrical-coordinate representation of color #567491: hue angle of 209.49º 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 #567491 is Cyan = 0.41, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 86 116 145 -
CMYK 0.41 0.2 0 0.43
HSL 209.49º 0.26% 0.45% -
HSV(B) 209.49º 0.41% 0.57% -
XYZ 15.19 16.51 29.17 -
YUV 110.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 86 116 145 0.41 0.2 0 0.43 209.49 0.26 0.45
Hex 56 74 91 29 14 0 2B D1 1A 2D
Octal 126 164 221 51 24 0 53 321 32 55
Binary 1010110 1110100 10010001 101001 10100 0 101011 11010001 11010 101101

Color Harmonies of #567491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567491

Black with #567491

Text Example


Text Example

White with #567491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567491; }

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

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

background-color css

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

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

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

border-color css

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

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

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