Html Css Color HEX #567597 Kashmir Blue

📋 copy color: '#567597'

red 86 ◦ green 117 ◦ blue 151

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

Shades of Kashmir Blue #567597

Tints of Kashmir Blue #567597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 42.66%

R = 24.29%
G = 33.05%
B = 42.66%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#567597 (or 0x567597) is known color: Kashmir Blue. HEX triplet: 56, 75 and 97. RGB value is (86,117,151). Sum of RGB (Red+Green+Blue) = 86+117+151=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 151 - color contains mainly: blue. Hex color #567597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567597 is #A98A68. Grayscale: #6F6F6F. Windows color (decimal): -11111017 or 9925974. OLE color: 9925974.

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

Color convert

RGB 86 117 151 -
CMYK 0.43 0.23 0 0.41
HSL 211.38º 0.27% 0.46% -
HSV(B) 211.38º 0.43% 0.59% -
XYZ 15.78 16.94 31.72 -
YUV 111.61 150.23 109.74 -
System Red Green Blue C M Y K H S L
Decimal 86 117 151 0.43 0.23 0 0.41 211.38 0.27 0.46
Hex 56 75 97 2B 17 0 29 D3 1B 2E
Octal 126 165 227 53 27 0 51 323 33 56
Binary 1010110 1110101 10010111 101011 10111 0 101001 11010011 11011 101110

Color Harmonies of #567597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567597

Black with #567597

Text Example


Text Example

White with #567597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567597; }

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

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

background-color css

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

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

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

border-color css

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

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

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