Html Css Color HEX #58649B Governor Bay

📋 copy color: '#58649B'

red 88 ◦ green 100 ◦ blue 155

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

Shades of Governor Bay #58649B

Tints of Governor Bay #58649B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.19%

R = 25.66%
G = 29.15%
B = 45.19%

CMYK

 C value IS 0.43

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58649B (or 0x58649B) is known color: Governor Bay. HEX triplet: 58, 64 and 9B. RGB value is (88,100,155). Sum of RGB (Red+Green+Blue) = 88+100+155=343 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.66% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #58649B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58649B is #A79B64. Grayscale: #666666. Windows color (decimal): -10984293 or 10183768. OLE color: 10183768.

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

Color convert

RGB 88 100 155 -
CMYK 0.43 0.35 0 0.39
HSL 229.25º 0.28% 0.48% -
HSV(B) 229.25º 0.43% 0.61% -
XYZ 14.5 13.56 32.86 -
YUV 102.68 157.52 117.53 -
System Red Green Blue C M Y K H S L
Decimal 88 100 155 0.43 0.35 0 0.39 229.25 0.28 0.48
Hex 58 64 9B 2B 23 0 27 E5 1C 30
Octal 130 144 233 53 43 0 47 345 34 60
Binary 1011000 1100100 10011011 101011 100011 0 100111 11100101 11100 110000

Color Harmonies of #58649B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58649B

Black with #58649B

Text Example


Text Example

White with #58649B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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