Html Css Color HEX #52859B Hippie Blue

📋 copy color: '#52859B'

red 82 ◦ green 133 ◦ blue 155

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

Shades of Hippie Blue #52859B

Tints of Hippie Blue #52859B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.95%

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

R = 22.16%
G = 35.95%
B = 41.89%

CMYK

 C value IS 0.47

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52859B (or 0x52859B) is known color: Hippie Blue. HEX triplet: 52, 85 and 9B. RGB value is (82,133,155). Sum of RGB (Red+Green+Blue) = 82+133+155=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #52859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52859B is #AD7A64. Grayscale: #787878. Windows color (decimal): -11369061 or 10192210. OLE color: 10192210.

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

Color convert

RGB 82 133 155 -
CMYK 0.47 0.14 0 0.39
HSL 198.08º 0.31% 0.46% -
HSV(B) 198.08º 0.47% 0.61% -
XYZ 17.78 20.94 34.11 -
YUV 120.26 147.6 100.71 -
System Red Green Blue C M Y K H S L
Decimal 82 133 155 0.47 0.14 0 0.39 198.08 0.31 0.46
Hex 52 85 9B 2F E 0 27 C6 1F 2E
Octal 122 205 233 57 16 0 47 306 37 56
Binary 1010010 10000101 10011011 101111 1110 0 100111 11000110 11111 101110

Color Harmonies of #52859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52859B

Black with #52859B

Text Example


Text Example

White with #52859B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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