Html Css Color HEX #567698 Kashmir Blue

📋 copy color: '#567698'

red 86 ◦ green 118 ◦ blue 152

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

Shades of Kashmir Blue #567698

Tints of Kashmir Blue #567698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.7%

R = 24.16%
G = 33.15%
B = 42.7%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#567698 (or 0x567698) is known color: Kashmir Blue. HEX triplet: 56, 76 and 98. RGB value is (86,118,152). Sum of RGB (Red+Green+Blue) = 86+118+152=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 152 - color contains mainly: blue. Hex color #567698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567698 is #A98967. Grayscale: #707070. Windows color (decimal): -11110760 or 9991766. OLE color: 9991766.

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

Color convert

RGB 86 118 152 -
CMYK 0.43 0.22 0 0.40
HSL 210.91º 0.28% 0.47% -
HSV(B) 210.91º 0.43% 0.6% -
XYZ 15.98 17.2 32.18 -
YUV 112.31 150.4 109.24 -
System Red Green Blue C M Y K H S L
Decimal 86 118 152 0.43 0.22 0 0.40 210.91 0.28 0.47
Hex 56 76 98 2B 16 0 28 D3 1C 2F
Octal 126 166 230 53 26 0 50 323 34 57
Binary 1010110 1110110 10011000 101011 10110 0 101000 11010011 11100 101111

Color Harmonies of #567698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567698

Black with #567698

Text Example


Text Example

White with #567698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567698; }

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

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

background-color css

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

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

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

border-color css

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

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

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