Html Css Color HEX #566F99 San Marino

📋 copy color: '#566F99'

red 86 ◦ green 111 ◦ blue 153

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

Shades of San Marino #566F99

Tints of San Marino #566F99

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.71%

 BLUE value IS 153 (60.16% from 255) = 43.71%

R = 24.57%
G = 31.71%
B = 43.71%

CMYK

 C value IS 0.44

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#566F99 (or 0x566F99) is known color: San Marino. HEX triplet: 56, 6F and 99. RGB value is (86,111,153). Sum of RGB (Red+Green+Blue) = 86+111+153=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #566F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566F99 is #A99066. Grayscale: #6C6C6C. Windows color (decimal): -11112551 or 10055510. OLE color: 10055510.

HSL color Cylindrical-coordinate representation of color #566F99: hue angle of 217.61º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #566F99 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 86 111 153 -
CMYK 0.44 0.27 0 0.4
HSL 217.61º 0.28% 0.47% -
HSV(B) 217.61º 0.44% 0.6% -
XYZ 15.27 15.65 32.35 -
YUV 108.31 153.22 112.08 -
System Red Green Blue C M Y K H S L
Decimal 86 111 153 0.44 0.27 0 0.4 217.61 0.28 0.47
Hex 56 6F 99 2C 1B 0 28 DA 1C 2F
Octal 126 157 231 54 33 0 50 332 34 57
Binary 1010110 1101111 10011001 101100 11011 0 101000 11011010 11100 101111

Color Harmonies of #566F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566F99

Black with #566F99

Text Example


Text Example

White with #566F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,111,153); }

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

background-color css

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

 a { background-color: rgb(86,111,153); }

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

border-color css

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

 span { border-color: rgb(86,111,153); }

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