Html Css Color HEX #55669B San Marino

📋 copy color: '#55669B'

red 85 ◦ green 102 ◦ blue 155

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

Shades of San Marino #55669B

Tints of San Marino #55669B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.32%

R = 24.85%
G = 29.82%
B = 45.32%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55669B (or 0x55669B) is known color: San Marino. HEX triplet: 55, 66 and 9B. RGB value is (85,102,155). Sum of RGB (Red+Green+Blue) = 85+102+155=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #55669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55669B is #AA9964. Grayscale: #666666. Windows color (decimal): -11180389 or 10184277. OLE color: 10184277.

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

Color convert

RGB 85 102 155 -
CMYK 0.45 0.34 0 0.39
HSL 225.43º 0.29% 0.47% -
HSV(B) 225.43º 0.45% 0.61% -
XYZ 14.41 13.8 32.91 -
YUV 102.96 157.37 115.19 -
System Red Green Blue C M Y K H S L
Decimal 85 102 155 0.45 0.34 0 0.39 225.43 0.29 0.47
Hex 55 66 9B 2D 22 0 27 E1 1D 2F
Octal 125 146 233 55 42 0 47 341 35 57
Binary 1010101 1100110 10011011 101101 100010 0 100111 11100001 11101 101111

Color Harmonies of #55669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55669B

Black with #55669B

Text Example


Text Example

White with #55669B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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