Html Css Color HEX #566C92 Kashmir Blue

📋 copy color: '#566C92'

red 86 ◦ green 108 ◦ blue 146

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

Shades of Kashmir Blue #566C92

Tints of Kashmir Blue #566C92

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.76%

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

R = 25.29%
G = 31.76%
B = 42.94%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#566C92 (or 0x566C92) is known color: Kashmir Blue. HEX triplet: 56, 6C and 92. RGB value is (86,108,146). Sum of RGB (Red+Green+Blue) = 86+108+146=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 146 - color contains mainly: blue. Hex color #566C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566C92 is #A9936D. Grayscale: #696969. Windows color (decimal): -11113326 or 9595990. OLE color: 9595990.

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

Color convert

RGB 86 108 146 -
CMYK 0.41 0.26 0 0.43
HSL 218º 0.26% 0.45% -
HSV(B) 218º 0.41% 0.57% -
XYZ 14.39 14.78 29.29 -
YUV 105.75 150.71 113.91 -
System Red Green Blue C M Y K H S L
Decimal 86 108 146 0.41 0.26 0 0.43 218 0.26 0.45
Hex 56 6C 92 29 1A 0 2B DA 1A 2D
Octal 126 154 222 51 32 0 53 332 32 55
Binary 1010110 1101100 10010010 101001 11010 0 101011 11011010 11010 101101

Color Harmonies of #566C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566C92

Black with #566C92

Text Example


Text Example

White with #566C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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