Html Css Color HEX #566B9C San Marino

📋 copy color: '#566B9C'

red 86 ◦ green 107 ◦ blue 156

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

Shades of San Marino #566B9C

Tints of San Marino #566B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.7%

R = 24.64%
G = 30.66%
B = 44.7%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#566B9C (or 0x566B9C) is known color: San Marino. HEX triplet: 56, 6B and 9C. RGB value is (86,107,156). Sum of RGB (Red+Green+Blue) = 86+107+156=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 156 - color contains mainly: blue. Hex color #566B9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566B9C is #A99463. Grayscale: #6A6A6A. Windows color (decimal): -11113572 or 10251094. OLE color: 10251094.

HSL color Cylindrical-coordinate representation of color #566B9C: hue angle of 222º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #566B9C is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 86 107 156 -
CMYK 0.45 0.31 0 0.39
HSL 222º 0.29% 0.47% -
HSV(B) 222º 0.45% 0.61% -
XYZ 15.1 14.89 33.53 -
YUV 106.31 156.04 113.52 -
System Red Green Blue C M Y K H S L
Decimal 86 107 156 0.45 0.31 0 0.39 222 0.29 0.47
Hex 56 6B 9C 2D 1F 0 27 DE 1D 2F
Octal 126 153 234 55 37 0 47 336 35 57
Binary 1010110 1101011 10011100 101101 11111 0 100111 11011110 11101 101111

Color Harmonies of #566B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566B9C

Black with #566B9C

Text Example


Text Example

White with #566B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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