Html Css Color HEX #525998 Governor Bay

📋 copy color: '#525998'

red 82 ◦ green 89 ◦ blue 152

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

Shades of Governor Bay #525998

Tints of Governor Bay #525998

RGB

 RED value IS 82 (32.42% from 255) = 25.39%

 GREEN value IS 89 (35.16% from 255) = 27.55%

 BLUE value IS 152 (59.77% from 255) = 47.06%

R = 25.39%
G = 27.55%
B = 47.06%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#525998 (or 0x525998) is known color: Governor Bay. HEX triplet: 52, 59 and 98. RGB value is (82,89,152). Sum of RGB (Red+Green+Blue) = 82+89+152=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #525998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525998 is #ADA667. Grayscale: #5D5D5D. Windows color (decimal): -11380328 or 9984338. OLE color: 9984338.

HSL color Cylindrical-coordinate representation of color #525998: hue angle of 234º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #525998 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 89 152 -
CMYK 0.46 0.41 0 0.40
HSL 234º 0.3% 0.46% -
HSV(B) 234º 0.46% 0.6% -
XYZ 12.72 11.21 31.2 -
YUV 94.09 160.68 119.38 -
System Red Green Blue C M Y K H S L
Decimal 82 89 152 0.46 0.41 0 0.40 234 0.3 0.46
Hex 52 59 98 2E 29 0 28 EA 1E 2E
Octal 122 131 230 56 51 0 50 352 36 56
Binary 1010010 1011001 10011000 101110 101001 0 101000 11101010 11110 101110

Color Harmonies of #525998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525998

Black with #525998

Text Example


Text Example

White with #525998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525998; }

 p { color: rgb(82,89,152); }

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

background-color css

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

 a { background-color: rgb(82,89,152); }

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

border-color css

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

 span { border-color: rgb(82,89,152); }

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