Html Css Color HEX #567699 Kashmir Blue

📋 copy color: '#567699'

red 86 ◦ green 118 ◦ blue 153

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

Shades of Kashmir Blue #567699

Tints of Kashmir Blue #567699

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.05%

 BLUE value IS 153 (60.16% from 255) = 42.86%

R = 24.09%
G = 33.05%
B = 42.86%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#567699 (or 0x567699) is known color: Kashmir Blue. HEX triplet: 56, 76 and 99. RGB value is (86,118,153). Sum of RGB (Red+Green+Blue) = 86+118+153=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #567699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567699 is #A98966. Grayscale: #707070. Windows color (decimal): -11110759 or 10057302. OLE color: 10057302.

HSL color Cylindrical-coordinate representation of color #567699: hue angle of 211.34º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #567699 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 86 118 153 -
CMYK 0.44 0.23 0 0.4
HSL 211.34º 0.28% 0.47% -
HSV(B) 211.34º 0.44% 0.6% -
XYZ 16.07 17.24 32.62 -
YUV 112.42 150.9 109.15 -
System Red Green Blue C M Y K H S L
Decimal 86 118 153 0.44 0.23 0 0.4 211.34 0.28 0.47
Hex 56 76 99 2C 17 0 28 D3 1C 2F
Octal 126 166 231 54 27 0 50 323 34 57
Binary 1010110 1110110 10011001 101100 10111 0 101000 11010011 11100 101111

Color Harmonies of #567699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567699

Black with #567699

Text Example


Text Example

White with #567699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567699; }

 p { color: rgb(86,118,153); }

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

background-color css

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

 a { background-color: rgb(86,118,153); }

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

border-color css

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

 span { border-color: rgb(86,118,153); }

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