Html Css Color HEX #525496 Governor Bay

📋 copy color: '#525496'

red 82 ◦ green 84 ◦ blue 150

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

Shades of Governor Bay #525496

Tints of Governor Bay #525496

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.58%

 BLUE value IS 150 (58.98% from 255) = 47.47%

R = 25.95%
G = 26.58%
B = 47.47%

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#525496 (or 0x525496) is known color: Governor Bay. HEX triplet: 52, 54 and 96. RGB value is (82,84,150). Sum of RGB (Red+Green+Blue) = 82+84+150=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 150 - color contains mainly: blue. Hex color #525496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525496 is #ADAB69. Grayscale: #5A5A5A. Windows color (decimal): -11381610 or 9851986. OLE color: 9851986.

HSL color Cylindrical-coordinate representation of color #525496: hue angle of 238.24º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #525496 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 84 150 -
CMYK 0.45 0.44 0 0.41
HSL 238.24º 0.29% 0.45% -
HSV(B) 238.24º 0.45% 0.59% -
XYZ 12.16 10.34 30.21 -
YUV 90.93 161.34 121.63 -
System Red Green Blue C M Y K H S L
Decimal 82 84 150 0.45 0.44 0 0.41 238.24 0.29 0.45
Hex 52 54 96 2D 2C 0 29 EE 1D 2D
Octal 122 124 226 55 54 0 51 356 35 55
Binary 1010010 1010100 10010110 101101 101100 0 101001 11101110 11101 101101

Color Harmonies of #525496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525496

Black with #525496

Text Example


Text Example

White with #525496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525496; }

 p { color: rgb(82,84,150); }

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

background-color css

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

 a { background-color: rgb(82,84,150); }

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

border-color css

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

 span { border-color: rgb(82,84,150); }

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