Html Css Color HEX #525F99 Governor Bay

📋 copy color: '#525F99'

red 82 ◦ green 95 ◦ blue 153

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

Shades of Governor Bay #525F99

Tints of Governor Bay #525F99

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.79%

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

R = 24.85%
G = 28.79%
B = 46.36%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#525F99 (or 0x525F99) is known color: Governor Bay. HEX triplet: 52, 5F and 99. RGB value is (82,95,153). Sum of RGB (Red+Green+Blue) = 82+95+153=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: blue. Hex color #525F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525F99 is #ADA066. Grayscale: #616161. Windows color (decimal): -11378791 or 10051410. OLE color: 10051410.

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

Color convert

RGB 82 95 153 -
CMYK 0.46 0.38 0 0.4
HSL 229.01º 0.3% 0.46% -
HSV(B) 229.01º 0.46% 0.6% -
XYZ 13.32 12.28 31.8 -
YUV 97.73 159.19 116.78 -
System Red Green Blue C M Y K H S L
Decimal 82 95 153 0.46 0.38 0 0.4 229.01 0.3 0.46
Hex 52 5F 99 2E 26 0 28 E5 1E 2E
Octal 122 137 231 56 46 0 50 345 36 56
Binary 1010010 1011111 10011001 101110 100110 0 101000 11100101 11110 101110

Color Harmonies of #525F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525F99

Black with #525F99

Text Example


Text Example

White with #525F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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