Html Css Color HEX #567497 Kashmir Blue

📋 copy color: '#567497'

red 86 ◦ green 116 ◦ blue 151

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

Shades of Kashmir Blue #567497

Tints of Kashmir Blue #567497

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.86%

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

R = 24.36%
G = 32.86%
B = 42.78%

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

#567497 (or 0x567497) is known color: Kashmir Blue. HEX triplet: 56, 74 and 97. RGB value is (86,116,151). Sum of RGB (Red+Green+Blue) = 86+116+151=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 151 - color contains mainly: blue. Hex color #567497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567497 is #A98B68. Grayscale: #6E6E6E. Windows color (decimal): -11111273 or 9925718. OLE color: 9925718.

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

Color convert

RGB 86 116 151 -
CMYK 0.43 0.23 0 0.41
HSL 212.31º 0.27% 0.46% -
HSV(B) 212.31º 0.43% 0.59% -
XYZ 15.67 16.7 31.68 -
YUV 111.02 150.56 110.15 -
System Red Green Blue C M Y K H S L
Decimal 86 116 151 0.43 0.23 0 0.41 212.31 0.27 0.46
Hex 56 74 97 2B 17 0 29 D4 1B 2E
Octal 126 164 227 53 27 0 51 324 33 56
Binary 1010110 1110100 10010111 101011 10111 0 101001 11010100 11011 101110

Color Harmonies of #567497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567497

Black with #567497

Text Example


Text Example

White with #567497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567497; }

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

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

background-color css

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

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

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

border-color css

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

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

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