Html Css Color HEX #567195 Kashmir Blue

📋 copy color: '#567195'

red 86 ◦ green 113 ◦ blue 149

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

Shades of Kashmir Blue #567195

Tints of Kashmir Blue #567195

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.47%

 BLUE value IS 149 (58.59% from 255) = 42.82%

R = 24.71%
G = 32.47%
B = 42.82%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#567195 (or 0x567195) is known color: Kashmir Blue. HEX triplet: 56, 71 and 95. RGB value is (86,113,149). Sum of RGB (Red+Green+Blue) = 86+113+149=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #567195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567195 is #A98E6A. Grayscale: #6C6C6C. Windows color (decimal): -11112043 or 9793878. OLE color: 9793878.

HSL color Cylindrical-coordinate representation of color #567195: hue angle of 214.29º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #567195 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 113 149 -
CMYK 0.42 0.24 0 0.42
HSL 214.29º 0.27% 0.46% -
HSV(B) 214.29º 0.42% 0.58% -
XYZ 15.17 15.96 30.71 -
YUV 109.03 150.55 111.57 -
System Red Green Blue C M Y K H S L
Decimal 86 113 149 0.42 0.24 0 0.42 214.29 0.27 0.46
Hex 56 71 95 2A 18 0 2A D6 1B 2E
Octal 126 161 225 52 30 0 52 326 33 56
Binary 1010110 1110001 10010101 101010 11000 0 101010 11010110 11011 101110

Color Harmonies of #567195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567195

Black with #567195

Text Example


Text Example

White with #567195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567195; }

 p { color: rgb(86,113,149); }

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

background-color css

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

 a { background-color: rgb(86,113,149); }

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

border-color css

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

 span { border-color: rgb(86,113,149); }

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