Html Css Color HEX #58639C Governor Bay

📋 copy color: '#58639C'

red 88 ◦ green 99 ◦ blue 156

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

Shades of Governor Bay #58639C

Tints of Governor Bay #58639C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.86%

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

R = 25.66%
G = 28.86%
B = 45.48%

CMYK

 C value IS 0.44

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58639C (or 0x58639C) is known color: Governor Bay. HEX triplet: 58, 63 and 9C. RGB value is (88,99,156). Sum of RGB (Red+Green+Blue) = 88+99+156=343 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.66% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #58639C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58639C is #A79C63. Grayscale: #656565. Windows color (decimal): -10984548 or 10249048. OLE color: 10249048.

HSL color Cylindrical-coordinate representation of color #58639C: hue angle of 230.29º 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 #58639C is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 99 156 -
CMYK 0.44 0.37 0 0.39
HSL 230.29º 0.28% 0.48% -
HSV(B) 230.29º 0.44% 0.61% -
XYZ 14.49 13.4 33.28 -
YUV 102.21 158.36 117.87 -
System Red Green Blue C M Y K H S L
Decimal 88 99 156 0.44 0.37 0 0.39 230.29 0.28 0.48
Hex 58 63 9C 2C 25 0 27 E6 1C 30
Octal 130 143 234 54 45 0 47 346 34 60
Binary 1011000 1100011 10011100 101100 100101 0 100111 11100110 11100 110000

Color Harmonies of #58639C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58639C

Black with #58639C

Text Example


Text Example

White with #58639C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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