Html Css Color HEX #555E8C Governor Bay

📋 copy color: '#555E8C'

red 85 ◦ green 94 ◦ blue 140

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

Shades of Governor Bay #555E8C

Tints of Governor Bay #555E8C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.47%

 BLUE value IS 140 (55.08% from 255) = 43.89%

R = 26.65%
G = 29.47%
B = 43.89%

CMYK

 C value IS 0.39

 M value IS 0.33

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#555E8C (or 0x555E8C) is known color: Governor Bay. HEX triplet: 55, 5E and 8C. RGB value is (85,94,140). Sum of RGB (Red+Green+Blue) = 85+94+140=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 140 - color contains mainly: blue. Hex color #555E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555E8C is #AAA173. Grayscale: #606060. Windows color (decimal): -11182452 or 9199189. OLE color: 9199189.

HSL color Cylindrical-coordinate representation of color #555E8C: hue angle of 230.18º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #555E8C is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 94 140 -
CMYK 0.39 0.33 0 0.45
HSL 230.18º 0.24% 0.44% -
HSV(B) 230.18º 0.39% 0.55% -
XYZ 12.48 11.83 26.44 -
YUV 96.55 152.52 119.76 -
System Red Green Blue C M Y K H S L
Decimal 85 94 140 0.39 0.33 0 0.45 230.18 0.24 0.44
Hex 55 5E 8C 27 21 0 2D E6 18 2C
Octal 125 136 214 47 41 0 55 346 30 54
Binary 1010101 1011110 10001100 100111 100001 0 101101 11100110 11000 101100

Color Harmonies of #555E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555E8C

Black with #555E8C

Text Example


Text Example

White with #555E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555E8C; }

 p { color: rgb(85,94,140); }

 H1.HeaderClassName
 {
   color: #555E8C;
 }
 .AnyTagClassName
 {
   color: #555E8C;
 }
</style>

background-color css

<style>
 a { background-color: #555E8C; }

 a { background-color: rgb(85,94,140); }

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

border-color css

<style>
 span { border-color: #555E8C; }

 span { border-color: rgb(85,94,140); }

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