Html Css Color HEX #525995 Governor Bay

📋 copy color: '#525995'

red 82 ◦ green 89 ◦ blue 149

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

Shades of Governor Bay #525995

Tints of Governor Bay #525995

RGB

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

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

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

R = 25.63%
G = 27.81%
B = 46.56%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#525995 (or 0x525995) is known color: Governor Bay. HEX triplet: 52, 59 and 95. RGB value is (82,89,149). Sum of RGB (Red+Green+Blue) = 82+89+149=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #525995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525995 is #ADA66A. Grayscale: #5D5D5D. Windows color (decimal): -11380331 or 9787730. OLE color: 9787730.

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

Color convert

RGB 82 89 149 -
CMYK 0.45 0.40 0 0.42
HSL 233.73º 0.29% 0.45% -
HSV(B) 233.73º 0.45% 0.58% -
XYZ 12.48 11.11 29.92 -
YUV 93.75 159.18 119.62 -
System Red Green Blue C M Y K H S L
Decimal 82 89 149 0.45 0.40 0 0.42 233.73 0.29 0.45
Hex 52 59 95 2D 28 0 2A EA 1D 2D
Octal 122 131 225 55 50 0 52 352 35 55
Binary 1010010 1011001 10010101 101101 101000 0 101010 11101010 11101 101101

Color Harmonies of #525995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525995

Black with #525995

Text Example


Text Example

White with #525995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525995; }

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

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

background-color css

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

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

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

border-color css

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

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

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