Html Css Color HEX #58619A Governor Bay

📋 copy color: '#58619A'

red 88 ◦ green 97 ◦ blue 154

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

Shades of Governor Bay #58619A

Tints of Governor Bay #58619A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.43%

R = 25.96%
G = 28.61%
B = 45.43%

CMYK

 C value IS 0.43

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#58619A (or 0x58619A) is known color: Governor Bay. HEX triplet: 58, 61 and 9A. RGB value is (88,97,154). Sum of RGB (Red+Green+Blue) = 88+97+154=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 154 - color contains mainly: blue. Hex color #58619A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58619A is #A79E65. Grayscale: #646464. Windows color (decimal): -10985062 or 10117464. OLE color: 10117464.

HSL color Cylindrical-coordinate representation of color #58619A: hue angle of 231.82º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58619A is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 97 154 -
CMYK 0.43 0.37 0 0.40
HSL 231.82º 0.27% 0.47% -
HSV(B) 231.82º 0.43% 0.6% -
XYZ 14.13 12.96 32.33 -
YUV 100.81 158.02 118.87 -
System Red Green Blue C M Y K H S L
Decimal 88 97 154 0.43 0.37 0 0.40 231.82 0.27 0.47
Hex 58 61 9A 2B 25 0 28 E8 1B 2F
Octal 130 141 232 53 45 0 50 350 33 57
Binary 1011000 1100001 10011010 101011 100101 0 101000 11101000 11011 101111

Color Harmonies of #58619A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58619A

Black with #58619A

Text Example


Text Example

White with #58619A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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