Html Css Color HEX #525595 Governor Bay

📋 copy color: '#525595'

red 82 ◦ green 85 ◦ blue 149

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

Shades of Governor Bay #525595

Tints of Governor Bay #525595

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.9%

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

R = 25.95%
G = 26.9%
B = 47.15%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#525595 (or 0x525595) is known color: Governor Bay. HEX triplet: 52, 55 and 95. RGB value is (82,85,149). Sum of RGB (Red+Green+Blue) = 82+85+149=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #525595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525595 is #ADAA6A. Grayscale: #5B5B5B. Windows color (decimal): -11381355 or 9786706. OLE color: 9786706.

HSL color Cylindrical-coordinate representation of color #525595: hue angle of 237.31º 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 #525595 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 85 149 -
CMYK 0.45 0.43 0 0.42
HSL 237.31º 0.29% 0.45% -
HSV(B) 237.31º 0.45% 0.58% -
XYZ 12.15 10.46 29.81 -
YUV 91.4 160.51 121.3 -
System Red Green Blue C M Y K H S L
Decimal 82 85 149 0.45 0.43 0 0.42 237.31 0.29 0.45
Hex 52 55 95 2D 2B 0 2A ED 1D 2D
Octal 122 125 225 55 53 0 52 355 35 55
Binary 1010010 1010101 10010101 101101 101011 0 101010 11101101 11101 101101

Color Harmonies of #525595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525595

Black with #525595

Text Example


Text Example

White with #525595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525595; }

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

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

background-color css

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

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

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

border-color css

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

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

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