Html Css Color HEX #525E99 Governor Bay

📋 copy color: '#525E99'

red 82 ◦ green 94 ◦ blue 153

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

Shades of Governor Bay #525E99

Tints of Governor Bay #525E99

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.57%

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

R = 24.92%
G = 28.57%
B = 46.5%

CMYK

 C value IS 0.46

 M value IS 0.39

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#525E99 (or 0x525E99) is known color: Governor Bay. HEX triplet: 52, 5E and 99. RGB value is (82,94,153). Sum of RGB (Red+Green+Blue) = 82+94+153=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #525E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525E99 is #ADA166. Grayscale: #606060. Windows color (decimal): -11379047 or 10051154. OLE color: 10051154.

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

Color convert

RGB 82 94 153 -
CMYK 0.46 0.39 0 0.4
HSL 229.86º 0.3% 0.46% -
HSV(B) 229.86º 0.46% 0.6% -
XYZ 13.23 12.1 31.77 -
YUV 97.14 159.52 117.2 -
System Red Green Blue C M Y K H S L
Decimal 82 94 153 0.46 0.39 0 0.4 229.86 0.3 0.46
Hex 52 5E 99 2E 27 0 28 E6 1E 2E
Octal 122 136 231 56 47 0 50 346 36 56
Binary 1010010 1011110 10011001 101110 100111 0 101000 11100110 11110 101110

Color Harmonies of #525E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525E99

Black with #525E99

Text Example


Text Example

White with #525E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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