Html Css Color HEX #525990 Governor Bay

📋 copy color: '#525990'

red 82 ◦ green 89 ◦ blue 144

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

Shades of Governor Bay #525990

Tints of Governor Bay #525990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.71%

R = 26.03%
G = 28.25%
B = 45.71%

CMYK

 C value IS 0.43

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#525990 (or 0x525990) is known color: Governor Bay. HEX triplet: 52, 59 and 90. RGB value is (82,89,144). Sum of RGB (Red+Green+Blue) = 82+89+144=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #525990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525990 is #ADA66F. Grayscale: #5C5C5C. Windows color (decimal): -11380336 or 9460050. OLE color: 9460050.

HSL color Cylindrical-coordinate representation of color #525990: hue angle of 233.23º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #525990 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 89 144 -
CMYK 0.43 0.38 0 0.44
HSL 233.23º 0.27% 0.44% -
HSV(B) 233.23º 0.43% 0.56% -
XYZ 12.09 10.95 27.86 -
YUV 93.18 156.68 120.03 -
System Red Green Blue C M Y K H S L
Decimal 82 89 144 0.43 0.38 0 0.44 233.23 0.27 0.44
Hex 52 59 90 2B 26 0 2C E9 1B 2C
Octal 122 131 220 53 46 0 54 351 33 54
Binary 1010010 1011001 10010000 101011 100110 0 101100 11101001 11011 101100

Color Harmonies of #525990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525990

Black with #525990

Text Example


Text Example

White with #525990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525990; }

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

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

background-color css

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

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

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

border-color css

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

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

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