Html Css Color HEX #525D95 Governor Bay

📋 copy color: '#525D95'

red 82 ◦ green 93 ◦ blue 149

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

Shades of Governor Bay #525D95

Tints of Governor Bay #525D95

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.7%

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

R = 25.31%
G = 28.7%
B = 45.99%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#525D95 (or 0x525D95) is known color: Governor Bay. HEX triplet: 52, 5D and 95. RGB value is (82,93,149). Sum of RGB (Red+Green+Blue) = 82+93+149=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: blue. Hex color #525D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525D95 is #ADA26A. Grayscale: #5F5F5F. Windows color (decimal): -11379307 or 9788754. OLE color: 9788754.

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

Color convert

RGB 82 93 149 -
CMYK 0.45 0.38 0 0.42
HSL 230.15º 0.29% 0.45% -
HSV(B) 230.15º 0.45% 0.58% -
XYZ 12.82 11.79 30.03 -
YUV 96.1 157.86 117.95 -
System Red Green Blue C M Y K H S L
Decimal 82 93 149 0.45 0.38 0 0.42 230.15 0.29 0.45
Hex 52 5D 95 2D 26 0 2A E6 1D 2D
Octal 122 135 225 55 46 0 52 346 35 55
Binary 1010010 1011101 10010101 101101 100110 0 101010 11100110 11101 101101

Color Harmonies of #525D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525D95

Black with #525D95

Text Example


Text Example

White with #525D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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