Html Css Color HEX #567592 Kashmir Blue

📋 copy color: '#567592'

red 86 ◦ green 117 ◦ blue 146

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

Shades of Kashmir Blue #567592

Tints of Kashmir Blue #567592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.83%

R = 24.64%
G = 33.52%
B = 41.83%

CMYK

 C value IS 0.41

 M value IS 0.20

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#567592 (or 0x567592) is known color: Kashmir Blue. HEX triplet: 56, 75 and 92. RGB value is (86,117,146). Sum of RGB (Red+Green+Blue) = 86+117+146=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 146 - color contains mainly: blue. Hex color #567592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567592 is #A98A6D. Grayscale: #6E6E6E. Windows color (decimal): -11111022 or 9598294. OLE color: 9598294.

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

Color convert

RGB 86 117 146 -
CMYK 0.41 0.20 0 0.43
HSL 209º 0.26% 0.45% -
HSV(B) 209º 0.41% 0.57% -
XYZ 15.39 16.78 29.62 -
YUV 111.04 147.73 110.14 -
System Red Green Blue C M Y K H S L
Decimal 86 117 146 0.41 0.20 0 0.43 209 0.26 0.45
Hex 56 75 92 29 14 0 2B D1 1A 2D
Octal 126 165 222 51 24 0 53 321 32 55
Binary 1010110 1110101 10010010 101001 10100 0 101011 11010001 11010 101101

Color Harmonies of #567592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567592

Black with #567592

Text Example


Text Example

White with #567592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567592; }

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

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

background-color css

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

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

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

border-color css

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

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

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