Html Css Color HEX #525399 Governor Bay

📋 copy color: '#525399'

red 82 ◦ green 83 ◦ blue 153

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

Shades of Governor Bay #525399

Tints of Governor Bay #525399

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.1%

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

R = 25.79%
G = 26.1%
B = 48.11%

CMYK

 C value IS 0.46

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#525399 (or 0x525399) is known color: Governor Bay. HEX triplet: 52, 53 and 99. RGB value is (82,83,153). Sum of RGB (Red+Green+Blue) = 82+83+153=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #525399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525399 is #ADAC66. Grayscale: #5A5A5A. Windows color (decimal): -11381863 or 10048338. OLE color: 10048338.

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

Color convert

RGB 82 83 153 -
CMYK 0.46 0.46 0 0.4
HSL 239.15º 0.3% 0.46% -
HSV(B) 239.15º 0.46% 0.6% -
XYZ 12.32 10.28 31.47 -
YUV 90.68 163.17 121.81 -
System Red Green Blue C M Y K H S L
Decimal 82 83 153 0.46 0.46 0 0.4 239.15 0.3 0.46
Hex 52 53 99 2E 2E 0 28 EF 1E 2E
Octal 122 123 231 56 56 0 50 357 36 56
Binary 1010010 1010011 10011001 101110 101110 0 101000 11101111 11110 101110

Color Harmonies of #525399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525399

Black with #525399

Text Example


Text Example

White with #525399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525399; }

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

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

background-color css

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

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

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

border-color css

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

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

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