Html Css Color HEX #55669C San Marino

📋 copy color: '#55669C'

red 85 ◦ green 102 ◦ blue 156

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

Shades of San Marino #55669C

Tints of San Marino #55669C

RGB

 RED value IS 85 (33.59% from 255) = 24.78%

 GREEN value IS 102 (40.23% from 255) = 29.74%

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

R = 24.78%
G = 29.74%
B = 45.48%

CMYK

 C value IS 0.46

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55669C (or 0x55669C) is known color: San Marino. HEX triplet: 55, 66 and 9C. RGB value is (85,102,156). Sum of RGB (Red+Green+Blue) = 85+102+156=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #55669C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55669C is #AA9963. Grayscale: #666666. Windows color (decimal): -11180388 or 10249813. OLE color: 10249813.

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

Color convert

RGB 85 102 156 -
CMYK 0.46 0.35 0 0.39
HSL 225.63º 0.29% 0.47% -
HSV(B) 225.63º 0.46% 0.61% -
XYZ 14.5 13.83 33.36 -
YUV 103.07 157.87 115.11 -
System Red Green Blue C M Y K H S L
Decimal 85 102 156 0.46 0.35 0 0.39 225.63 0.29 0.47
Hex 55 66 9C 2E 23 0 27 E2 1D 2F
Octal 125 146 234 56 43 0 47 342 35 57
Binary 1010101 1100110 10011100 101110 100011 0 100111 11100010 11101 101111

Color Harmonies of #55669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55669C

Black with #55669C

Text Example


Text Example

White with #55669C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55669C; }

 p { color: rgb(85,102,156); }

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

background-color css

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

 a { background-color: rgb(85,102,156); }

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

border-color css

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

 span { border-color: rgb(85,102,156); }

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