Html Css Color HEX #51869B Hippie Blue

📋 copy color: '#51869B'

red 81 ◦ green 134 ◦ blue 155

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

Shades of Hippie Blue #51869B

Tints of Hippie Blue #51869B

RGB

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

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

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

R = 21.89%
G = 36.22%
B = 41.89%

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

#51869B (or 0x51869B) is known color: Hippie Blue. HEX triplet: 51, 86 and 9B. RGB value is (81,134,155). Sum of RGB (Red+Green+Blue) = 81+134+155=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 134 (52.73% from 255 or 36.22% 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 #51869B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51869B is #AE7964. Grayscale: #787878. Windows color (decimal): -11434341 or 10192465. OLE color: 10192465.

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

Color convert

RGB 81 134 155 -
CMYK 0.48 0.14 0 0.39
HSL 197.03º 0.31% 0.46% -
HSV(B) 197.03º 0.48% 0.61% -
XYZ 17.83 21.17 34.16 -
YUV 120.55 147.44 99.79 -
System Red Green Blue C M Y K H S L
Decimal 81 134 155 0.48 0.14 0 0.39 197.03 0.31 0.46
Hex 51 86 9B 30 E 0 27 C5 1F 2E
Octal 121 206 233 60 16 0 47 305 37 56
Binary 1010001 10000110 10011011 110000 1110 0 100111 11000101 11111 101110

Color Harmonies of #51869B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51869B

Black with #51869B

Text Example


Text Example

White with #51869B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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