Html Css Color HEX #51869F Hippie Blue

📋 copy color: '#51869F'

red 81 ◦ green 134 ◦ blue 159

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

Shades of Hippie Blue #51869F

Tints of Hippie Blue #51869F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.51%

R = 21.66%
G = 35.83%
B = 42.51%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#51869F (or 0x51869F) is known color: Hippie Blue. HEX triplet: 51, 86 and 9F. RGB value is (81,134,159). Sum of RGB (Red+Green+Blue) = 81+134+159=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #51869F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51869F is #AE7960. Grayscale: #787878. Windows color (decimal): -11434337 or 10454609. OLE color: 10454609.

HSL color Cylindrical-coordinate representation of color #51869F: hue angle of 199.23º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51869F is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 134 159 -
CMYK 0.49 0.16 0 0.38
HSL 199.23º 0.33% 0.47% -
HSV(B) 199.23º 0.49% 0.62% -
XYZ 18.18 21.3 35.95 -
YUV 121 149.44 99.47 -
System Red Green Blue C M Y K H S L
Decimal 81 134 159 0.49 0.16 0 0.38 199.23 0.33 0.47
Hex 51 86 9F 31 10 0 26 C7 20 2F
Octal 121 206 237 61 20 0 46 307 40 57
Binary 1010001 10000110 10011111 110001 10000 0 100110 11000111 100000 101111

Color Harmonies of #51869F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51869F

Black with #51869F

Text Example


Text Example

White with #51869F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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