Html Css Color HEX #566083 Kashmir Blue

📋 copy color: '#566083'

red 86 ◦ green 96 ◦ blue 131

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

Shades of Kashmir Blue #566083

Tints of Kashmir Blue #566083

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.67%

 BLUE value IS 131 (51.56% from 255) = 41.85%

R = 27.48%
G = 30.67%
B = 41.85%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#566083 (or 0x566083) is known color: Kashmir Blue. HEX triplet: 56, 60 and 83. RGB value is (86,96,131). Sum of RGB (Red+Green+Blue) = 86+96+131=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 131 - color contains mainly: blue. Hex color #566083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566083 is #A99F7C. Grayscale: #606060. Windows color (decimal): -11116413 or 8609878. OLE color: 8609878.

HSL color Cylindrical-coordinate representation of color #566083: hue angle of 226.67º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #566083 is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 96 131 -
CMYK 0.34 0.27 0 0.49
HSL 226.67º 0.21% 0.43% -
HSV(B) 226.67º 0.34% 0.51% -
XYZ 12.12 11.98 23.15 -
YUV 97 147.19 120.15 -
System Red Green Blue C M Y K H S L
Decimal 86 96 131 0.34 0.27 0 0.49 226.67 0.21 0.43
Hex 56 60 83 22 1B 0 31 E3 15 2B
Octal 126 140 203 42 33 0 61 343 25 53
Binary 1010110 1100000 10000011 100010 11011 0 110001 11100011 10101 101011

Color Harmonies of #566083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566083

Black with #566083

Text Example


Text Example

White with #566083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566083; }

 p { color: rgb(86,96,131); }

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

background-color css

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

 a { background-color: rgb(86,96,131); }

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

border-color css

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

 span { border-color: rgb(86,96,131); }

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