Html Css Color HEX #567692 Kashmir Blue

📋 copy color: '#567692'

red 86 ◦ green 118 ◦ blue 146

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

Shades of Kashmir Blue #567692

Tints of Kashmir Blue #567692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.71%

R = 24.57%
G = 33.71%
B = 41.71%

CMYK

 C value IS 0.41

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#567692 (or 0x567692) is known color: Kashmir Blue. HEX triplet: 56, 76 and 92. RGB value is (86,118,146). Sum of RGB (Red+Green+Blue) = 86+118+146=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 146 - color contains mainly: blue. Hex color #567692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567692 is #A9896D. Grayscale: #6F6F6F. Windows color (decimal): -11110766 or 9598550. OLE color: 9598550.

HSL color Cylindrical-coordinate representation of color #567692: hue angle of 208º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #567692 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 86 118 146 -
CMYK 0.41 0.19 0 0.43
HSL 208º 0.26% 0.45% -
HSV(B) 208º 0.41% 0.57% -
XYZ 15.5 17.01 29.66 -
YUV 111.62 147.4 109.72 -
System Red Green Blue C M Y K H S L
Decimal 86 118 146 0.41 0.19 0 0.43 208 0.26 0.45
Hex 56 76 92 29 13 0 2B D0 1A 2D
Octal 126 166 222 51 23 0 53 320 32 55
Binary 1010110 1110110 10010010 101001 10011 0 101011 11010000 11010 101101

Color Harmonies of #567692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567692

Black with #567692

Text Example


Text Example

White with #567692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567692; }

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

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

background-color css

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

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

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

border-color css

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

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

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