Html Css Color HEX #55699C San Marino

📋 copy color: '#55699C'

red 85 ◦ green 105 ◦ blue 156

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

Shades of San Marino #55699C

Tints of San Marino #55699C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.35%

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

R = 24.57%
G = 30.35%
B = 45.09%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55699C (or 0x55699C) is known color: San Marino. HEX triplet: 55, 69 and 9C. RGB value is (85,105,156). Sum of RGB (Red+Green+Blue) = 85+105+156=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #55699C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55699C is #AA9663. Grayscale: #686868. Windows color (decimal): -11179620 or 10250581. OLE color: 10250581.

HSL color Cylindrical-coordinate representation of color #55699C: hue angle of 223.1º 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 #55699C is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 105 156 -
CMYK 0.46 0.33 0 0.39
HSL 223.1º 0.29% 0.47% -
HSV(B) 223.1º 0.46% 0.61% -
XYZ 14.8 14.43 33.46 -
YUV 104.83 156.87 113.85 -
System Red Green Blue C M Y K H S L
Decimal 85 105 156 0.46 0.33 0 0.39 223.1 0.29 0.47
Hex 55 69 9C 2E 21 0 27 DF 1D 2F
Octal 125 151 234 56 41 0 47 337 35 57
Binary 1010101 1101001 10011100 101110 100001 0 100111 11011111 11101 101111

Color Harmonies of #55699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55699C

Black with #55699C

Text Example


Text Example

White with #55699C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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