Html Css Color HEX #525298 Governor Bay

📋 copy color: '#525298'

red 82 ◦ green 82 ◦ blue 152

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

Shades of Governor Bay #525298

Tints of Governor Bay #525298

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.95%

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

R = 25.95%
G = 25.95%
B = 48.1%

CMYK

 C value IS 0.46

 M value IS 0.46

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#525298 (or 0x525298) is known color: Governor Bay. HEX triplet: 52, 52 and 98. RGB value is (82,82,152). Sum of RGB (Red+Green+Blue) = 82+82+152=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 152 - color contains mainly: blue. Hex color #525298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525298 is #ADAD67. Grayscale: #595959. Windows color (decimal): -11382120 or 9982546. OLE color: 9982546.

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

Color convert

RGB 82 82 152 -
CMYK 0.46 0.46 0 0.40
HSL 240º 0.3% 0.46% -
HSV(B) 240º 0.46% 0.6% -
XYZ 12.16 10.1 31.01 -
YUV 89.98 163 122.31 -
System Red Green Blue C M Y K H S L
Decimal 82 82 152 0.46 0.46 0 0.40 240 0.3 0.46
Hex 52 52 98 2E 2E 0 28 F0 1E 2E
Octal 122 122 230 56 56 0 50 360 36 56
Binary 1010010 1010010 10011000 101110 101110 0 101000 11110000 11110 101110

Color Harmonies of #525298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525298

Black with #525298

Text Example


Text Example

White with #525298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525298; }

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

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

background-color css

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

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

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

border-color css

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

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

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