Html Css Color HEX #525992 Governor Bay

📋 copy color: '#525992'

red 82 ◦ green 89 ◦ blue 146

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

Shades of Governor Bay #525992

Tints of Governor Bay #525992

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.08%

 BLUE value IS 146 (57.42% from 255) = 46.06%

R = 25.87%
G = 28.08%
B = 46.06%

CMYK

 C value IS 0.44

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#525992 (or 0x525992) is known color: Governor Bay. HEX triplet: 52, 59 and 92. RGB value is (82,89,146). Sum of RGB (Red+Green+Blue) = 82+89+146=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #525992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525992 is #ADA66D. Grayscale: #5D5D5D. Windows color (decimal): -11380334 or 9591122. OLE color: 9591122.

HSL color Cylindrical-coordinate representation of color #525992: hue angle of 233.44º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #525992 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 89 146 -
CMYK 0.44 0.39 0 0.43
HSL 233.44º 0.28% 0.45% -
HSV(B) 233.44º 0.44% 0.57% -
XYZ 12.24 11.01 28.67 -
YUV 93.41 157.68 119.87 -
System Red Green Blue C M Y K H S L
Decimal 82 89 146 0.44 0.39 0 0.43 233.44 0.28 0.45
Hex 52 59 92 2C 27 0 2B E9 1C 2D
Octal 122 131 222 54 47 0 53 351 34 55
Binary 1010010 1011001 10010010 101100 100111 0 101011 11101001 11100 101101

Color Harmonies of #525992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525992

Black with #525992

Text Example


Text Example

White with #525992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525992; }

 p { color: rgb(82,89,146); }

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

background-color css

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

 a { background-color: rgb(82,89,146); }

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

border-color css

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

 span { border-color: rgb(82,89,146); }

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