Html Css Color HEX #567391 Kashmir Blue

📋 copy color: '#567391'

red 86 ◦ green 115 ◦ blue 145

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

Shades of Kashmir Blue #567391

Tints of Kashmir Blue #567391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.24%

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

R = 24.86%
G = 33.24%
B = 41.91%

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

#567391 (or 0x567391) is known color: Kashmir Blue. HEX triplet: 56, 73 and 91. RGB value is (86,115,145). Sum of RGB (Red+Green+Blue) = 86+115+145=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 145 - color contains mainly: blue. Hex color #567391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567391 is #A98C6E. Grayscale: #6D6D6D. Windows color (decimal): -11111535 or 9532246. OLE color: 9532246.

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

Color convert

RGB 86 115 145 -
CMYK 0.41 0.21 0 0.43
HSL 210.51º 0.26% 0.45% -
HSV(B) 210.51º 0.41% 0.57% -
XYZ 15.08 16.28 29.14 -
YUV 109.75 147.89 111.06 -
System Red Green Blue C M Y K H S L
Decimal 86 115 145 0.41 0.21 0 0.43 210.51 0.26 0.45
Hex 56 73 91 29 15 0 2B D3 1A 2D
Octal 126 163 221 51 25 0 53 323 32 55
Binary 1010110 1110011 10010001 101001 10101 0 101011 11010011 11010 101101

Color Harmonies of #567391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567391

Black with #567391

Text Example


Text Example

White with #567391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567391; }

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

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

background-color css

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

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

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

border-color css

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

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

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