Html Css Color HEX #527D9A Hippie Blue

📋 copy color: '#527D9A'

red 82 ◦ green 125 ◦ blue 154

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

Shades of Hippie Blue #527D9A

Tints of Hippie Blue #527D9A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.63%

 BLUE value IS 154 (60.55% from 255) = 42.66%

R = 22.71%
G = 34.63%
B = 42.66%

CMYK

 C value IS 0.47

 M value IS 0.19

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#527D9A (or 0x527D9A) is known color: Hippie Blue. HEX triplet: 52, 7D and 9A. RGB value is (82,125,154). Sum of RGB (Red+Green+Blue) = 82+125+154=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 154 - color contains mainly: blue. Hex color #527D9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527D9A is #AD8265. Grayscale: #737373. Windows color (decimal): -11371110 or 10124626. OLE color: 10124626.

HSL color Cylindrical-coordinate representation of color #527D9A: hue angle of 204.17º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #527D9A is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 125 154 -
CMYK 0.47 0.19 0 0.40
HSL 204.17º 0.31% 0.46% -
HSV(B) 204.17º 0.47% 0.6% -
XYZ 16.65 18.79 33.32 -
YUV 115.45 149.75 104.14 -
System Red Green Blue C M Y K H S L
Decimal 82 125 154 0.47 0.19 0 0.40 204.17 0.31 0.46
Hex 52 7D 9A 2F 13 0 28 CC 1F 2E
Octal 122 175 232 57 23 0 50 314 37 56
Binary 1010010 1111101 10011010 101111 10011 0 101000 11001100 11111 101110

Color Harmonies of #527D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527D9A

Black with #527D9A

Text Example


Text Example

White with #527D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527D9A; }

 p { color: rgb(82,125,154); }

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

background-color css

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

 a { background-color: rgb(82,125,154); }

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

border-color css

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

 span { border-color: rgb(82,125,154); }

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