Html Css Color HEX #555F8E Governor Bay

📋 copy color: '#555F8E'

red 85 ◦ green 95 ◦ blue 142

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

Shades of Governor Bay #555F8E

Tints of Governor Bay #555F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 44.1%

R = 26.4%
G = 29.5%
B = 44.1%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#555F8E (or 0x555F8E) is known color: Governor Bay. HEX triplet: 55, 5F and 8E. RGB value is (85,95,142). Sum of RGB (Red+Green+Blue) = 85+95+142=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 142 - color contains mainly: blue. Hex color #555F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555F8E is #AAA071. Grayscale: #616161. Windows color (decimal): -11182194 or 9330517. OLE color: 9330517.

HSL color Cylindrical-coordinate representation of color #555F8E: hue angle of 229.47º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #555F8E is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 95 142 -
CMYK 0.40 0.33 0 0.44
HSL 229.47º 0.25% 0.45% -
HSV(B) 229.47º 0.4% 0.56% -
XYZ 12.72 12.07 27.25 -
YUV 97.37 153.19 119.18 -
System Red Green Blue C M Y K H S L
Decimal 85 95 142 0.40 0.33 0 0.44 229.47 0.25 0.45
Hex 55 5F 8E 28 21 0 2C E5 19 2D
Octal 125 137 216 50 41 0 54 345 31 55
Binary 1010101 1011111 10001110 101000 100001 0 101100 11100101 11001 101101

Color Harmonies of #555F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555F8E

Black with #555F8E

Text Example


Text Example

White with #555F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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