Html Css Color HEX #51859B Hippie Blue

📋 copy color: '#51859B'

red 81 ◦ green 133 ◦ blue 155

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

Shades of Hippie Blue #51859B

Tints of Hippie Blue #51859B

RGB

 RED value IS 81 (32.03% from 255) = 21.95%

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

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

R = 21.95%
G = 36.04%
B = 42.01%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#51859B (or 0x51859B) is known color: Hippie Blue. HEX triplet: 51, 85 and 9B. RGB value is (81,133,155). Sum of RGB (Red+Green+Blue) = 81+133+155=369 (48% of max value = 765). Red value is 81 (32.03% from 255 or 21.95% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #51859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51859B is #AE7A64. Grayscale: #777777. Windows color (decimal): -11434597 or 10192209. OLE color: 10192209.

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

Color convert

RGB 81 133 155 -
CMYK 0.48 0.14 0 0.39
HSL 197.84º 0.31% 0.46% -
HSV(B) 197.84º 0.48% 0.61% -
XYZ 17.7 20.89 34.11 -
YUV 119.96 147.77 100.21 -
System Red Green Blue C M Y K H S L
Decimal 81 133 155 0.48 0.14 0 0.39 197.84 0.31 0.46
Hex 51 85 9B 30 E 0 27 C6 1F 2E
Octal 121 205 233 60 16 0 47 306 37 56
Binary 1010001 10000101 10011011 110000 1110 0 100111 11000110 11111 101110

Color Harmonies of #51859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51859B

Black with #51859B

Text Example


Text Example

White with #51859B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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