Html Css Color HEX #52869B Hippie Blue

📋 copy color: '#52869B'

red 82 ◦ green 134 ◦ blue 155

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

Shades of Hippie Blue #52869B

Tints of Hippie Blue #52869B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.12%

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

R = 22.1%
G = 36.12%
B = 41.78%

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

#52869B (or 0x52869B) is known color: Hippie Blue. HEX triplet: 52, 86 and 9B. RGB value is (82,134,155). Sum of RGB (Red+Green+Blue) = 82+134+155=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #52869B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52869B is #AD7964. Grayscale: #787878. Windows color (decimal): -11368805 or 10192466. OLE color: 10192466.

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

Color convert

RGB 82 134 155 -
CMYK 0.47 0.14 0 0.39
HSL 197.26º 0.31% 0.46% -
HSV(B) 197.26º 0.47% 0.61% -
XYZ 17.92 21.21 34.16 -
YUV 120.85 147.27 100.29 -
System Red Green Blue C M Y K H S L
Decimal 82 134 155 0.47 0.14 0 0.39 197.26 0.31 0.46
Hex 52 86 9B 2F E 0 27 C5 1F 2E
Octal 122 206 233 57 16 0 47 305 37 56
Binary 1010010 10000110 10011011 101111 1110 0 100111 11000101 11111 101110

Color Harmonies of #52869B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52869B

Black with #52869B

Text Example


Text Example

White with #52869B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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