Html Css Color HEX #567096 Kashmir Blue

📋 copy color: '#567096'

red 86 ◦ green 112 ◦ blue 150

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

Shades of Kashmir Blue #567096

Tints of Kashmir Blue #567096

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.18%

 BLUE value IS 150 (58.98% from 255) = 43.1%

R = 24.71%
G = 32.18%
B = 43.1%

CMYK

 C value IS 0.43

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#567096 (or 0x567096) is known color: Kashmir Blue. HEX triplet: 56, 70 and 96. RGB value is (86,112,150). Sum of RGB (Red+Green+Blue) = 86+112+150=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 150 - color contains mainly: blue. Hex color #567096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567096 is #A98F69. Grayscale: #6C6C6C. Windows color (decimal): -11112298 or 9859158. OLE color: 9859158.

HSL color Cylindrical-coordinate representation of color #567096: hue angle of 215.62º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #567096 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 86 112 150 -
CMYK 0.43 0.25 0 0.41
HSL 215.63º 0.27% 0.46% -
HSV(B) 215.63º 0.43% 0.59% -
XYZ 15.14 15.77 31.1 -
YUV 108.56 151.39 111.91 -
System Red Green Blue C M Y K H S L
Decimal 86 112 150 0.43 0.25 0 0.41 215.63 0.27 0.46
Hex 56 70 96 2B 19 0 29 D8 1B 2E
Octal 126 160 226 53 31 0 51 330 33 56
Binary 1010110 1110000 10010110 101011 11001 0 101001 11011000 11011 101110

Color Harmonies of #567096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567096

Black with #567096

Text Example


Text Example

White with #567096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567096; }

 p { color: rgb(86,112,150); }

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

background-color css

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

 a { background-color: rgb(86,112,150); }

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

border-color css

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

 span { border-color: rgb(86,112,150); }

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