Html Css Color HEX #525592 Governor Bay

📋 copy color: '#525592'

red 82 ◦ green 85 ◦ blue 146

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

Shades of Governor Bay #525592

Tints of Governor Bay #525592

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.16%

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

R = 26.2%
G = 27.16%
B = 46.65%

CMYK

 C value IS 0.44

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#525592 (or 0x525592) is known color: Governor Bay. HEX triplet: 52, 55 and 92. RGB value is (82,85,146). Sum of RGB (Red+Green+Blue) = 82+85+146=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #525592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525592 is #ADAA6D. Grayscale: #5A5A5A. Windows color (decimal): -11381358 or 9590098. OLE color: 9590098.

HSL color Cylindrical-coordinate representation of color #525592: hue angle of 237.19º 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 #525592 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 85 146 -
CMYK 0.44 0.42 0 0.43
HSL 237.19º 0.28% 0.45% -
HSV(B) 237.19º 0.44% 0.57% -
XYZ 11.92 10.37 28.57 -
YUV 91.06 159.01 121.54 -
System Red Green Blue C M Y K H S L
Decimal 82 85 146 0.44 0.42 0 0.43 237.19 0.28 0.45
Hex 52 55 92 2C 2A 0 2B ED 1C 2D
Octal 122 125 222 54 52 0 53 355 34 55
Binary 1010010 1010101 10010010 101100 101010 0 101011 11101101 11100 101101

Color Harmonies of #525592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525592

Black with #525592

Text Example


Text Example

White with #525592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525592; }

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

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

background-color css

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

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

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

border-color css

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

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

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