Html Css Color HEX #567392 Kashmir Blue

📋 copy color: '#567392'

red 86 ◦ green 115 ◦ blue 146

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

Shades of Kashmir Blue #567392

Tints of Kashmir Blue #567392

RGB

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

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

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

R = 24.78%
G = 33.14%
B = 42.07%

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

#567392 (or 0x567392) is known color: Kashmir Blue. HEX triplet: 56, 73 and 92. RGB value is (86,115,146). Sum of RGB (Red+Green+Blue) = 86+115+146=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 146 - color contains mainly: blue. Hex color #567392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567392 is #A98C6D. Grayscale: #6D6D6D. Windows color (decimal): -11111534 or 9597782. OLE color: 9597782.

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

Color convert

RGB 86 115 146 -
CMYK 0.41 0.21 0 0.43
HSL 211º 0.26% 0.45% -
HSV(B) 211º 0.41% 0.57% -
XYZ 15.16 16.32 29.54 -
YUV 109.86 148.39 110.98 -
System Red Green Blue C M Y K H S L
Decimal 86 115 146 0.41 0.21 0 0.43 211 0.26 0.45
Hex 56 73 92 29 15 0 2B D3 1A 2D
Octal 126 163 222 51 25 0 53 323 32 55
Binary 1010110 1110011 10010010 101001 10101 0 101011 11010011 11010 101101

Color Harmonies of #567392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567392

Black with #567392

Text Example


Text Example

White with #567392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567392; }

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

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

background-color css

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

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

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

border-color css

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

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

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