Html Css Color HEX #55619C Governor Bay

📋 copy color: '#55619C'

red 85 ◦ green 97 ◦ blue 156

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

Shades of Governor Bay #55619C

Tints of Governor Bay #55619C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.7%

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

R = 25.15%
G = 28.7%
B = 46.15%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55619C (or 0x55619C) is known color: Governor Bay. HEX triplet: 55, 61 and 9C. RGB value is (85,97,156). Sum of RGB (Red+Green+Blue) = 85+97+156=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 156 - color contains mainly: blue. Hex color #55619C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55619C is #AA9E63. Grayscale: #636363. Windows color (decimal): -11181668 or 10248533. OLE color: 10248533.

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

Color convert

RGB 85 97 156 -
CMYK 0.46 0.38 0 0.39
HSL 229.86º 0.29% 0.47% -
HSV(B) 229.86º 0.46% 0.61% -
XYZ 14.02 12.88 33.2 -
YUV 100.14 159.52 117.2 -
System Red Green Blue C M Y K H S L
Decimal 85 97 156 0.46 0.38 0 0.39 229.86 0.29 0.47
Hex 55 61 9C 2E 26 0 27 E6 1D 2F
Octal 125 141 234 56 46 0 47 346 35 57
Binary 1010101 1100001 10011100 101110 100110 0 100111 11100110 11101 101111

Color Harmonies of #55619C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55619C

Black with #55619C

Text Example


Text Example

White with #55619C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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