Html Css Color HEX #566C9C San Marino

📋 copy color: '#566C9C'

red 86 ◦ green 108 ◦ blue 156

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

Shades of San Marino #566C9C

Tints of San Marino #566C9C

RGB

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

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

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

R = 24.57%
G = 30.86%
B = 44.57%

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

#566C9C (or 0x566C9C) is known color: San Marino. HEX triplet: 56, 6C and 9C. RGB value is (86,108,156). Sum of RGB (Red+Green+Blue) = 86+108+156=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #566C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566C9C is #A99363. Grayscale: #6A6A6A. Windows color (decimal): -11113316 or 10251350. OLE color: 10251350.

HSL color Cylindrical-coordinate representation of color #566C9C: hue angle of 221.14º 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 #566C9C is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 86 108 156 -
CMYK 0.45 0.31 0 0.39
HSL 221.14º 0.29% 0.47% -
HSV(B) 221.14º 0.45% 0.61% -
XYZ 15.2 15.1 33.57 -
YUV 106.89 155.71 113.1 -
System Red Green Blue C M Y K H S L
Decimal 86 108 156 0.45 0.31 0 0.39 221.14 0.29 0.47
Hex 56 6C 9C 2D 1F 0 27 DD 1D 2F
Octal 126 154 234 55 37 0 47 335 35 57
Binary 1010110 1101100 10011100 101101 11111 0 100111 11011101 11101 101111

Color Harmonies of #566C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566C9C

Black with #566C9C

Text Example


Text Example

White with #566C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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