Html Css Color HEX #567397 Kashmir Blue

📋 copy color: '#567397'

red 86 ◦ green 115 ◦ blue 151

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

Shades of Kashmir Blue #567397

Tints of Kashmir Blue #567397

RGB

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

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

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

R = 24.43%
G = 32.67%
B = 42.9%

CMYK

 C value IS 0.43

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#567397 (or 0x567397) is known color: Kashmir Blue. HEX triplet: 56, 73 and 97. RGB value is (86,115,151). Sum of RGB (Red+Green+Blue) = 86+115+151=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 151 - color contains mainly: blue. Hex color #567397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567397 is #A98C68. Grayscale: #6E6E6E. Windows color (decimal): -11111529 or 9925462. OLE color: 9925462.

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

Color convert

RGB 86 115 151 -
CMYK 0.43 0.24 0 0.41
HSL 213.23º 0.27% 0.46% -
HSV(B) 213.23º 0.43% 0.59% -
XYZ 15.55 16.47 31.64 -
YUV 110.43 150.89 110.57 -
System Red Green Blue C M Y K H S L
Decimal 86 115 151 0.43 0.24 0 0.41 213.23 0.27 0.46
Hex 56 73 97 2B 18 0 29 D5 1B 2E
Octal 126 163 227 53 30 0 51 325 33 56
Binary 1010110 1110011 10010111 101011 11000 0 101001 11010101 11011 101110

Color Harmonies of #567397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567397

Black with #567397

Text Example


Text Example

White with #567397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567397; }

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

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

background-color css

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

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

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

border-color css

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

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

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