Html Css Color HEX #555F9C Governor Bay

📋 copy color: '#555F9C'

red 85 ◦ green 95 ◦ blue 156

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

Shades of Governor Bay #555F9C

Tints of Governor Bay #555F9C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.27%

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

R = 25.3%
G = 28.27%
B = 46.43%

CMYK

 C value IS 0.46

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#555F9C (or 0x555F9C) is known color: Governor Bay. HEX triplet: 55, 5F and 9C. RGB value is (85,95,156). Sum of RGB (Red+Green+Blue) = 85+95+156=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 156 - color contains mainly: blue. Hex color #555F9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555F9C is #AAA063. Grayscale: #626262. Windows color (decimal): -11182180 or 10248021. OLE color: 10248021.

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

Color convert

RGB 85 95 156 -
CMYK 0.46 0.39 0 0.39
HSL 231.55º 0.29% 0.47% -
HSV(B) 231.55º 0.46% 0.61% -
XYZ 13.84 12.52 33.14 -
YUV 98.96 160.19 118.04 -
System Red Green Blue C M Y K H S L
Decimal 85 95 156 0.46 0.39 0 0.39 231.55 0.29 0.47
Hex 55 5F 9C 2E 27 0 27 E8 1D 2F
Octal 125 137 234 56 47 0 47 350 35 57
Binary 1010101 1011111 10011100 101110 100111 0 100111 11101000 11101 101111

Color Harmonies of #555F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555F9C

Black with #555F9C

Text Example


Text Example

White with #555F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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