Html Css Color HEX #525CA0 Governor Bay

📋 copy color: '#525CA0'

red 82 ◦ green 92 ◦ blue 160

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

Shades of Governor Bay #525CA0

Tints of Governor Bay #525CA0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.54%

 BLUE value IS 160 (62.89% from 255) = 47.9%

R = 24.55%
G = 27.54%
B = 47.9%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#525CA0 (or 0x525CA0) is known color: Governor Bay. HEX triplet: 52, 5C and A0. RGB value is (82,92,160). Sum of RGB (Red+Green+Blue) = 82+92+160=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 160 (62.89% from 255 or 47.90% from 334); Max value from RGB is 160 - color contains mainly: blue. Hex color #525CA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525CA0 is #ADA35F. Grayscale: #606060. Windows color (decimal): -11379552 or 10509394. OLE color: 10509394.

HSL color Cylindrical-coordinate representation of color #525CA0: hue angle of 232.31º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #525CA0 is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 82 92 160 -
CMYK 0.49 0.43 0 0.37
HSL 232.31º 0.32% 0.47% -
HSV(B) 232.31º 0.49% 0.63% -
XYZ 13.65 11.99 34.85 -
YUV 96.76 163.69 117.47 -
System Red Green Blue C M Y K H S L
Decimal 82 92 160 0.49 0.43 0 0.37 232.31 0.32 0.47
Hex 52 5C A0 31 2B 0 25 E8 20 2F
Octal 122 134 240 61 53 0 45 350 40 57
Binary 1010010 1011100 10100000 110001 101011 0 100101 11101000 100000 101111

Color Harmonies of #525CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525CA0

Black with #525CA0

Text Example


Text Example

White with #525CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,92,160); }

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

background-color css

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

 a { background-color: rgb(82,92,160); }

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

border-color css

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

 span { border-color: rgb(82,92,160); }

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