Html Css Color HEX #55629C Governor Bay

📋 copy color: '#55629C'

red 85 ◦ green 98 ◦ blue 156

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

Shades of Governor Bay #55629C

Tints of Governor Bay #55629C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.91%

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

R = 25.07%
G = 28.91%
B = 46.02%

CMYK

 C value IS 0.46

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55629C (or 0x55629C) is known color: Governor Bay. HEX triplet: 55, 62 and 9C. RGB value is (85,98,156). Sum of RGB (Red+Green+Blue) = 85+98+156=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #55629C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55629C is #AA9D63. Grayscale: #646464. Windows color (decimal): -11181412 or 10248789. OLE color: 10248789.

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

Color convert

RGB 85 98 156 -
CMYK 0.46 0.37 0 0.39
HSL 229.01º 0.29% 0.47% -
HSV(B) 229.01º 0.46% 0.61% -
XYZ 14.11 13.07 33.23 -
YUV 100.73 159.19 116.78 -
System Red Green Blue C M Y K H S L
Decimal 85 98 156 0.46 0.37 0 0.39 229.01 0.29 0.47
Hex 55 62 9C 2E 25 0 27 E5 1D 2F
Octal 125 142 234 56 45 0 47 345 35 57
Binary 1010101 1100010 10011100 101110 100101 0 100111 11100101 11101 101111

Color Harmonies of #55629C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55629C

Black with #55629C

Text Example


Text Example

White with #55629C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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