Html Css Color HEX #525C99 Governor Bay

📋 copy color: '#525C99'

red 82 ◦ green 92 ◦ blue 153

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

Shades of Governor Bay #525C99

Tints of Governor Bay #525C99

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.13%

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

R = 25.08%
G = 28.13%
B = 46.79%

CMYK

 C value IS 0.46

 M value IS 0.40

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#525C99 (or 0x525C99) is known color: Governor Bay. HEX triplet: 52, 5C and 99. RGB value is (82,92,153). Sum of RGB (Red+Green+Blue) = 82+92+153=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #525C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525C99 is #ADA366. Grayscale: #5F5F5F. Windows color (decimal): -11379559 or 10050642. OLE color: 10050642.

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

Color convert

RGB 82 92 153 -
CMYK 0.46 0.40 0 0.4
HSL 231.55º 0.3% 0.46% -
HSV(B) 231.55º 0.46% 0.6% -
XYZ 13.06 11.75 31.72 -
YUV 95.96 160.19 118.04 -
System Red Green Blue C M Y K H S L
Decimal 82 92 153 0.46 0.40 0 0.4 231.55 0.3 0.46
Hex 52 5C 99 2E 28 0 28 E8 1E 2E
Octal 122 134 231 56 50 0 50 350 36 56
Binary 1010010 1011100 10011001 101110 101000 0 101000 11101000 11110 101110

Color Harmonies of #525C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525C99

Black with #525C99

Text Example


Text Example

White with #525C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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