Html Css Color HEX #528B9B Hippie Blue

📋 copy color: '#528B9B'

red 82 ◦ green 139 ◦ blue 155

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

Shades of Hippie Blue #528B9B

Tints of Hippie Blue #528B9B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.97%

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

R = 21.81%
G = 36.97%
B = 41.22%

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

#528B9B (or 0x528B9B) is known color: Hippie Blue. HEX triplet: 52, 8B and 9B. RGB value is (82,139,155). Sum of RGB (Red+Green+Blue) = 82+139+155=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #528B9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528B9B is #AD7464. Grayscale: #7B7B7B. Windows color (decimal): -11367525 or 10193746. OLE color: 10193746.

HSL color Cylindrical-coordinate representation of color #528B9B: hue angle of 193.15º 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 #528B9B is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 139 155 -
CMYK 0.47 0.10 0 0.39
HSL 193.15º 0.31% 0.46% -
HSV(B) 193.15º 0.47% 0.61% -
XYZ 18.63 22.63 34.4 -
YUV 123.78 145.62 98.2 -
System Red Green Blue C M Y K H S L
Decimal 82 139 155 0.47 0.10 0 0.39 193.15 0.31 0.46
Hex 52 8B 9B 2F A 0 27 C1 1F 2E
Octal 122 213 233 57 12 0 47 301 37 56
Binary 1010010 10001011 10011011 101111 1010 0 100111 11000001 11111 101110

Color Harmonies of #528B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528B9B

Black with #528B9B

Text Example


Text Example

White with #528B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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