Html Css Color HEX #528C9B Hippie Blue

📋 copy color: '#528C9B'

red 82 ◦ green 140 ◦ blue 155

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

Shades of Hippie Blue #528C9B

Tints of Hippie Blue #528C9B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.14%

 BLUE value IS 155 (60.94% from 255) = 41.11%

R = 21.75%
G = 37.14%
B = 41.11%

CMYK

 C value IS 0.47

 M value IS 0.10

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#528C9B (or 0x528C9B) is known color: Hippie Blue. HEX triplet: 52, 8C and 9B. RGB value is (82,140,155). Sum of RGB (Red+Green+Blue) = 82+140+155=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #528C9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528C9B is #AD7364. Grayscale: #7C7C7C. Windows color (decimal): -11367269 or 10194002. OLE color: 10194002.

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

Color convert

RGB 82 140 155 -
CMYK 0.47 0.10 0 0.39
HSL 192.33º 0.31% 0.46% -
HSV(B) 192.33º 0.47% 0.61% -
XYZ 18.77 22.92 34.44 -
YUV 124.37 145.28 97.78 -
System Red Green Blue C M Y K H S L
Decimal 82 140 155 0.47 0.10 0 0.39 192.33 0.31 0.46
Hex 52 8C 9B 2F A 0 27 C0 1F 2E
Octal 122 214 233 57 12 0 47 300 37 56
Binary 1010010 10001100 10011011 101111 1010 0 100111 11000000 11111 101110

Color Harmonies of #528C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528C9B

Black with #528C9B

Text Example


Text Example

White with #528C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,140,155); }

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

background-color css

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

 a { background-color: rgb(82,140,155); }

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

border-color css

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

 span { border-color: rgb(82,140,155); }

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