Html Css Color HEX #567799 Kashmir Blue

📋 copy color: '#567799'

red 86 ◦ green 119 ◦ blue 153

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

Shades of Kashmir Blue #567799

Tints of Kashmir Blue #567799

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.24%

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

R = 24.02%
G = 33.24%
B = 42.74%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#567799 (or 0x567799) is known color: Kashmir Blue. HEX triplet: 56, 77 and 99. RGB value is (86,119,153). Sum of RGB (Red+Green+Blue) = 86+119+153=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #567799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567799 is #A98866. Grayscale: #707070. Windows color (decimal): -11110503 or 10057558. OLE color: 10057558.

HSL color Cylindrical-coordinate representation of color #567799: hue angle of 210.45º 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 #567799 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 86 119 153 -
CMYK 0.44 0.22 0 0.4
HSL 210.45º 0.28% 0.47% -
HSV(B) 210.45º 0.44% 0.6% -
XYZ 16.18 17.47 32.66 -
YUV 113.01 150.57 108.74 -
System Red Green Blue C M Y K H S L
Decimal 86 119 153 0.44 0.22 0 0.4 210.45 0.28 0.47
Hex 56 77 99 2C 16 0 28 D2 1C 2F
Octal 126 167 231 54 26 0 50 322 34 57
Binary 1010110 1110111 10011001 101100 10110 0 101000 11010010 11100 101111

Color Harmonies of #567799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567799

Black with #567799

Text Example


Text Example

White with #567799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567799; }

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

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

background-color css

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

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

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

border-color css

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

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

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