Html Css Color HEX #555B85 Governor Bay

📋 copy color: '#555B85'

red 85 ◦ green 91 ◦ blue 133

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

Shades of Governor Bay #555B85

Tints of Governor Bay #555B85

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.45%

 BLUE value IS 133 (52.34% from 255) = 43.04%

R = 27.51%
G = 29.45%
B = 43.04%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#555B85 (or 0x555B85) is known color: Governor Bay. HEX triplet: 55, 5B and 85. RGB value is (85,91,133). Sum of RGB (Red+Green+Blue) = 85+91+133=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 133 - color contains mainly: blue. Hex color #555B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555B85 is #AAA47A. Grayscale: #5D5D5D. Windows color (decimal): -11183227 or 8739669. OLE color: 8739669.

HSL color Cylindrical-coordinate representation of color #555B85: hue angle of 232.5º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #555B85 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 91 133 -
CMYK 0.36 0.32 0 0.48
HSL 232.5º 0.22% 0.43% -
HSV(B) 232.5º 0.36% 0.52% -
XYZ 11.72 11.11 23.72 -
YUV 93.99 150.01 121.58 -
System Red Green Blue C M Y K H S L
Decimal 85 91 133 0.36 0.32 0 0.48 232.5 0.22 0.43
Hex 55 5B 85 24 20 0 30 E8 16 2B
Octal 125 133 205 44 40 0 60 350 26 53
Binary 1010101 1011011 10000101 100100 100000 0 110000 11101000 10110 101011

Color Harmonies of #555B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555B85

Black with #555B85

Text Example


Text Example

White with #555B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,91,133); }

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

background-color css

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

 a { background-color: rgb(85,91,133); }

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

border-color css

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

 span { border-color: rgb(85,91,133); }

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