Html Css Color HEX #528F9C Hippie Blue

📋 copy color: '#528F9C'

red 82 ◦ green 143 ◦ blue 156

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

Shades of Hippie Blue #528F9C

Tints of Hippie Blue #528F9C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.53%

 BLUE value IS 156 (61.33% from 255) = 40.94%

R = 21.52%
G = 37.53%
B = 40.94%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#528F9C (or 0x528F9C) is known color: Hippie Blue. HEX triplet: 52, 8F and 9C. RGB value is (82,143,156). Sum of RGB (Red+Green+Blue) = 82+143+156=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 156 - color contains mainly: blue. Hex color #528F9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528F9C is #AD7063. Grayscale: #7E7E7E. Windows color (decimal): -11366500 or 10260306. OLE color: 10260306.

HSL color Cylindrical-coordinate representation of color #528F9C: hue angle of 190.54º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #528F9C is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 143 156 -
CMYK 0.47 0.08 0 0.39
HSL 190.54º 0.31% 0.47% -
HSV(B) 190.54º 0.47% 0.61% -
XYZ 19.3 23.84 35.04 -
YUV 126.24 144.79 96.44 -
System Red Green Blue C M Y K H S L
Decimal 82 143 156 0.47 0.08 0 0.39 190.54 0.31 0.47
Hex 52 8F 9C 2F 8 0 27 BF 1F 2F
Octal 122 217 234 57 10 0 47 277 37 57
Binary 1010010 10001111 10011100 101111 1000 0 100111 10111111 11111 101111

Color Harmonies of #528F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528F9C

Black with #528F9C

Text Example


Text Example

White with #528F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528F9C; }

 p { color: rgb(82,143,156); }

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

background-color css

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

 a { background-color: rgb(82,143,156); }

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

border-color css

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

 span { border-color: rgb(82,143,156); }

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