Html Css Color HEX #566B8A Kashmir Blue

📋 copy color: '#566B8A'

red 86 ◦ green 107 ◦ blue 138

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

Shades of Kashmir Blue #566B8A

Tints of Kashmir Blue #566B8A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.33%

 BLUE value IS 138 (54.3% from 255) = 41.69%

R = 25.98%
G = 32.33%
B = 41.69%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#566B8A (or 0x566B8A) is known color: Kashmir Blue. HEX triplet: 56, 6B and 8A. RGB value is (86,107,138). Sum of RGB (Red+Green+Blue) = 86+107+138=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 138 - color contains mainly: blue. Hex color #566B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566B8A is #A99475. Grayscale: #686868. Windows color (decimal): -11113590 or 9071446. OLE color: 9071446.

HSL color Cylindrical-coordinate representation of color #566B8A: hue angle of 215.77º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #566B8A is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 86 107 138 -
CMYK 0.38 0.22 0 0.46
HSL 215.77º 0.23% 0.44% -
HSV(B) 215.77º 0.38% 0.54% -
XYZ 13.68 14.33 26.09 -
YUV 104.26 147.04 114.98 -
System Red Green Blue C M Y K H S L
Decimal 86 107 138 0.38 0.22 0 0.46 215.77 0.23 0.44
Hex 56 6B 8A 26 16 0 2E D8 17 2C
Octal 126 153 212 46 26 0 56 330 27 54
Binary 1010110 1101011 10001010 100110 10110 0 101110 11011000 10111 101100

Color Harmonies of #566B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566B8A

Black with #566B8A

Text Example


Text Example

White with #566B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,107,138); }

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

background-color css

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

 a { background-color: rgb(86,107,138); }

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

border-color css

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

 span { border-color: rgb(86,107,138); }

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