Html Css Color HEX #58649A Governor Bay

📋 copy color: '#58649A'

red 88 ◦ green 100 ◦ blue 154

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

Shades of Governor Bay #58649A

Tints of Governor Bay #58649A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.24%

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

R = 25.73%
G = 29.24%
B = 45.03%

CMYK

 C value IS 0.43

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#58649A (or 0x58649A) is known color: Governor Bay. HEX triplet: 58, 64 and 9A. RGB value is (88,100,154). Sum of RGB (Red+Green+Blue) = 88+100+154=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 154 (60.55% from 255 or 45.03% from 342); Max value from RGB is 154 - color contains mainly: blue. Hex color #58649A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58649A is #A79B65. Grayscale: #666666. Windows color (decimal): -10984294 or 10118232. OLE color: 10118232.

HSL color Cylindrical-coordinate representation of color #58649A: hue angle of 229.09º 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 #58649A is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 100 154 -
CMYK 0.43 0.35 0 0.40
HSL 229.09º 0.27% 0.47% -
HSV(B) 229.09º 0.43% 0.6% -
XYZ 14.41 13.52 32.42 -
YUV 102.57 157.02 117.61 -
System Red Green Blue C M Y K H S L
Decimal 88 100 154 0.43 0.35 0 0.40 229.09 0.27 0.47
Hex 58 64 9A 2B 23 0 28 E5 1B 2F
Octal 130 144 232 53 43 0 50 345 33 57
Binary 1011000 1100100 10011010 101011 100011 0 101000 11100101 11011 101111

Color Harmonies of #58649A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58649A

Black with #58649A

Text Example


Text Example

White with #58649A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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