Html Css Color HEX #567591 Kashmir Blue

📋 copy color: '#567591'

red 86 ◦ green 117 ◦ blue 145

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

Shades of Kashmir Blue #567591

Tints of Kashmir Blue #567591

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.62%

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

R = 24.71%
G = 33.62%
B = 41.67%

CMYK

 C value IS 0.41

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#567591 (or 0x567591) is known color: Kashmir Blue. HEX triplet: 56, 75 and 91. RGB value is (86,117,145). Sum of RGB (Red+Green+Blue) = 86+117+145=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 145 - color contains mainly: blue. Hex color #567591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567591 is #A98A6E. Grayscale: #6E6E6E. Windows color (decimal): -11111023 or 9532758. OLE color: 9532758.

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

Color convert

RGB 86 117 145 -
CMYK 0.41 0.19 0 0.43
HSL 208.47º 0.26% 0.45% -
HSV(B) 208.47º 0.41% 0.57% -
XYZ 15.31 16.75 29.21 -
YUV 110.92 147.23 110.22 -
System Red Green Blue C M Y K H S L
Decimal 86 117 145 0.41 0.19 0 0.43 208.47 0.26 0.45
Hex 56 75 91 29 13 0 2B D0 1A 2D
Octal 126 165 221 51 23 0 53 320 32 55
Binary 1010110 1110101 10010001 101001 10011 0 101011 11010000 11010 101101

Color Harmonies of #567591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567591

Black with #567591

Text Example


Text Example

White with #567591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567591; }

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

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

background-color css

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

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

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

border-color css

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

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

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