Html Css Color HEX #525AA0 Governor Bay

📋 copy color: '#525AA0'

red 82 ◦ green 90 ◦ blue 160

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

Shades of Governor Bay #525AA0

Tints of Governor Bay #525AA0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.11%

 BLUE value IS 160 (62.89% from 255) = 48.19%

R = 24.7%
G = 27.11%
B = 48.19%

CMYK

 C value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#525AA0 (or 0x525AA0) is known color: Governor Bay. HEX triplet: 52, 5A and A0. RGB value is (82,90,160). Sum of RGB (Red+Green+Blue) = 82+90+160=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 160 (62.89% from 255 or 48.19% from 332); Max value from RGB is 160 - color contains mainly: blue. Hex color #525AA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525AA0 is #ADA55F. Grayscale: #5F5F5F. Windows color (decimal): -11380064 or 10508882. OLE color: 10508882.

HSL color Cylindrical-coordinate representation of color #525AA0: hue angle of 233.85º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #525AA0 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 82 90 160 -
CMYK 0.49 0.44 0 0.37
HSL 233.85º 0.32% 0.47% -
HSV(B) 233.85º 0.49% 0.63% -
XYZ 13.48 11.64 34.79 -
YUV 95.59 164.35 118.31 -
System Red Green Blue C M Y K H S L
Decimal 82 90 160 0.49 0.44 0 0.37 233.85 0.32 0.47
Hex 52 5A A0 31 2C 0 25 EA 20 2F
Octal 122 132 240 61 54 0 45 352 40 57
Binary 1010010 1011010 10100000 110001 101100 0 100101 11101010 100000 101111

Color Harmonies of #525AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525AA0

Black with #525AA0

Text Example


Text Example

White with #525AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,90,160); }

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

background-color css

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

 a { background-color: rgb(82,90,160); }

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

border-color css

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

 span { border-color: rgb(82,90,160); }

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