Html Css Color HEX #525095 Governor Bay

📋 copy color: '#525095'

red 82 ◦ green 80 ◦ blue 149

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

Shades of Governor Bay #525095

Tints of Governor Bay #525095

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.72%

 BLUE value IS 149 (58.59% from 255) = 47.91%

R = 26.37%
G = 25.72%
B = 47.91%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#525095 (or 0x525095) is known color: Governor Bay. HEX triplet: 52, 50 and 95. RGB value is (82,80,149). Sum of RGB (Red+Green+Blue) = 82+80+149=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #525095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525095 is #ADAF6A. Grayscale: #585858. Windows color (decimal): -11382635 or 9785426. OLE color: 9785426.

HSL color Cylindrical-coordinate representation of color #525095: hue angle of 241.74º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #525095 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 80 149 -
CMYK 0.45 0.46 0 0.42
HSL 241.74º 0.3% 0.45% -
HSV(B) 241.74º 0.46% 0.58% -
XYZ 11.77 9.7 29.69 -
YUV 88.46 162.16 123.39 -
System Red Green Blue C M Y K H S L
Decimal 82 80 149 0.45 0.46 0 0.42 241.74 0.3 0.45
Hex 52 50 95 2D 2E 0 2A F2 1E 2D
Octal 122 120 225 55 56 0 52 362 36 55
Binary 1010010 1010000 10010101 101101 101110 0 101010 11110010 11110 101101

Color Harmonies of #525095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525095

Black with #525095

Text Example


Text Example

White with #525095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525095; }

 p { color: rgb(82,80,149); }

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

background-color css

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

 a { background-color: rgb(82,80,149); }

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

border-color css

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

 span { border-color: rgb(82,80,149); }

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