Html Css Color HEX #525199 Governor Bay

📋 copy color: '#525199'

red 82 ◦ green 81 ◦ blue 153

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

Shades of Governor Bay #525199

Tints of Governor Bay #525199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.63%

 BLUE value IS 153 (60.16% from 255) = 48.42%

R = 25.95%
G = 25.63%
B = 48.42%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#525199 (or 0x525199) is known color: Governor Bay. HEX triplet: 52, 51 and 99. RGB value is (82,81,153). Sum of RGB (Red+Green+Blue) = 82+81+153=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #525199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525199 is #ADAE66. Grayscale: #595959. Windows color (decimal): -11382375 or 10047826. OLE color: 10047826.

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

Color convert

RGB 82 81 153 -
CMYK 0.46 0.47 0 0.4
HSL 240.83º 0.31% 0.46% -
HSV(B) 240.83º 0.47% 0.6% -
XYZ 12.17 9.98 31.42 -
YUV 89.51 163.83 122.65 -
System Red Green Blue C M Y K H S L
Decimal 82 81 153 0.46 0.47 0 0.4 240.83 0.31 0.46
Hex 52 51 99 2E 2F 0 28 F1 1F 2E
Octal 122 121 231 56 57 0 50 361 37 56
Binary 1010010 1010001 10011001 101110 101111 0 101000 11110001 11111 101110

Color Harmonies of #525199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525199

Black with #525199

Text Example


Text Example

White with #525199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525199; }

 p { color: rgb(82,81,153); }

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

background-color css

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

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

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

border-color css

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

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

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