Html Css Color HEX #58619C Governor Bay

📋 copy color: '#58619C'

red 88 ◦ green 97 ◦ blue 156

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

Shades of Governor Bay #58619C

Tints of Governor Bay #58619C

RGB

 RED value IS 88 (34.77% from 255) = 25.81%

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

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

R = 25.81%
G = 28.45%
B = 45.75%

CMYK

 C value IS 0.44

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58619C (or 0x58619C) is known color: Governor Bay. HEX triplet: 58, 61 and 9C. RGB value is (88,97,156). Sum of RGB (Red+Green+Blue) = 88+97+156=341 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.81% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 156 - color contains mainly: blue. Hex color #58619C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58619C is #A79E63. Grayscale: #646464. Windows color (decimal): -10985060 or 10248536. OLE color: 10248536.

HSL color Cylindrical-coordinate representation of color #58619C: hue angle of 232.06º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #58619C is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 97 156 -
CMYK 0.44 0.38 0 0.39
HSL 232.06º 0.28% 0.48% -
HSV(B) 232.06º 0.44% 0.61% -
XYZ 14.3 13.02 33.21 -
YUV 101.04 159.02 118.7 -
System Red Green Blue C M Y K H S L
Decimal 88 97 156 0.44 0.38 0 0.39 232.06 0.28 0.48
Hex 58 61 9C 2C 26 0 27 E8 1C 30
Octal 130 141 234 54 46 0 47 350 34 60
Binary 1011000 1100001 10011100 101100 100110 0 100111 11101000 11100 110000

Color Harmonies of #58619C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58619C

Black with #58619C

Text Example


Text Example

White with #58619C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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