Html Css Color HEX #567792 Kashmir Blue

📋 copy color: '#567792'

red 86 ◦ green 119 ◦ blue 146

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

Shades of Kashmir Blue #567792

Tints of Kashmir Blue #567792

RGB

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

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

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

R = 24.5%
G = 33.9%
B = 41.6%

CMYK

 C value IS 0.41

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#567792 (or 0x567792) is known color: Kashmir Blue. HEX triplet: 56, 77 and 92. RGB value is (86,119,146). Sum of RGB (Red+Green+Blue) = 86+119+146=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 146 - color contains mainly: blue. Hex color #567792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567792 is #A9886D. Grayscale: #707070. Windows color (decimal): -11110510 or 9598806. OLE color: 9598806.

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

Color convert

RGB 86 119 146 -
CMYK 0.41 0.18 0 0.43
HSL 207º 0.26% 0.45% -
HSV(B) 207º 0.41% 0.57% -
XYZ 15.62 17.25 29.7 -
YUV 112.21 147.07 109.3 -
System Red Green Blue C M Y K H S L
Decimal 86 119 146 0.41 0.18 0 0.43 207 0.26 0.45
Hex 56 77 92 29 12 0 2B CF 1A 2D
Octal 126 167 222 51 22 0 53 317 32 55
Binary 1010110 1110111 10010010 101001 10010 0 101011 11001111 11010 101101

Color Harmonies of #567792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567792

Black with #567792

Text Example


Text Example

White with #567792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567792; }

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

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

background-color css

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

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

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

border-color css

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

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

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