Html Css Color HEX #52899B Hippie Blue

📋 copy color: '#52899B'

red 82 ◦ green 137 ◦ blue 155

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

Shades of Hippie Blue #52899B

Tints of Hippie Blue #52899B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.63%

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

R = 21.93%
G = 36.63%
B = 41.44%

CMYK

 C value IS 0.47

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52899B (or 0x52899B) is known color: Hippie Blue. HEX triplet: 52, 89 and 9B. RGB value is (82,137,155). Sum of RGB (Red+Green+Blue) = 82+137+155=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #52899B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52899B is #AD7664. Grayscale: #7A7A7A. Windows color (decimal): -11368037 or 10193234. OLE color: 10193234.

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

Color convert

RGB 82 137 155 -
CMYK 0.47 0.12 0 0.39
HSL 194.79º 0.31% 0.46% -
HSV(B) 194.79º 0.47% 0.61% -
XYZ 18.34 22.05 34.3 -
YUV 122.61 146.28 99.04 -
System Red Green Blue C M Y K H S L
Decimal 82 137 155 0.47 0.12 0 0.39 194.79 0.31 0.46
Hex 52 89 9B 2F C 0 27 C3 1F 2E
Octal 122 211 233 57 14 0 47 303 37 56
Binary 1010010 10001001 10011011 101111 1100 0 100111 11000011 11111 101110

Color Harmonies of #52899B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52899B

Black with #52899B

Text Example


Text Example

White with #52899B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52899B; }

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

 H1.HeaderClassName
 {
   color: #52899B;
 }
 .AnyTagClassName
 {
   color: #52899B;
 }
</style>

background-color css

<style>
 a { background-color: #52899B; }

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

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

border-color css

<style>
 span { border-color: #52899B; }

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

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