Html Css Color HEX #58649D Governor Bay

📋 copy color: '#58649D'

red 88 ◦ green 100 ◦ blue 157

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

Shades of Governor Bay #58649D

Tints of Governor Bay #58649D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 45.51%

R = 25.51%
G = 28.99%
B = 45.51%

CMYK

 C value IS 0.44

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#58649D (or 0x58649D) is known color: Governor Bay. HEX triplet: 58, 64 and 9D. RGB value is (88,100,157). Sum of RGB (Red+Green+Blue) = 88+100+157=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #58649D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58649D is #A79B62. Grayscale: #666666. Windows color (decimal): -10984291 or 10314840. OLE color: 10314840.

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

Color convert

RGB 88 100 157 -
CMYK 0.44 0.36 0 0.38
HSL 229.57º 0.28% 0.48% -
HSV(B) 229.57º 0.44% 0.62% -
XYZ 14.67 13.62 33.75 -
YUV 102.91 158.52 117.37 -
System Red Green Blue C M Y K H S L
Decimal 88 100 157 0.44 0.36 0 0.38 229.57 0.28 0.48
Hex 58 64 9D 2C 24 0 26 E6 1C 30
Octal 130 144 235 54 44 0 46 346 34 60
Binary 1011000 1100100 10011101 101100 100100 0 100110 11100110 11100 110000

Color Harmonies of #58649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58649D

Black with #58649D

Text Example


Text Example

White with #58649D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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