Html Css Color HEX #507F98 Hippie Blue

📋 copy color: '#507F98'

red 80 ◦ green 127 ◦ blue 152

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

Shades of Hippie Blue #507F98

Tints of Hippie Blue #507F98

RGB

 RED value IS 80 (31.64% from 255) = 22.28%

 GREEN value IS 127 (50% from 255) = 35.38%

 BLUE value IS 152 (59.77% from 255) = 42.34%

R = 22.28%
G = 35.38%
B = 42.34%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#507F98 (or 0x507F98) is known color: Hippie Blue. HEX triplet: 50, 7F and 98. RGB value is (80,127,152). Sum of RGB (Red+Green+Blue) = 80+127+152=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 152 - color contains mainly: blue. Hex color #507F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507F98 is #AF8067. Grayscale: #737373. Windows color (decimal): -11501672 or 9994064. OLE color: 9994064.

HSL color Cylindrical-coordinate representation of color #507F98: hue angle of 200.83º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #507F98 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 127 152 -
CMYK 0.47 0.16 0 0.40
HSL 200.83º 0.31% 0.45% -
HSV(B) 200.83º 0.47% 0.6% -
XYZ 16.57 19.15 32.53 -
YUV 115.8 148.43 102.47 -
System Red Green Blue C M Y K H S L
Decimal 80 127 152 0.47 0.16 0 0.40 200.83 0.31 0.45
Hex 50 7F 98 2F 10 0 28 C9 1F 2D
Octal 120 177 230 57 20 0 50 311 37 55
Binary 1010000 1111111 10011000 101111 10000 0 101000 11001001 11111 101101

Color Harmonies of #507F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507F98

Black with #507F98

Text Example


Text Example

White with #507F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507F98; }

 p { color: rgb(80,127,152); }

 H1.HeaderClassName
 {
   color: #507F98;
 }
 .AnyTagClassName
 {
   color: #507F98;
 }
</style>

background-color css

<style>
 a { background-color: #507F98; }

 a { background-color: rgb(80,127,152); }

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

border-color css

<style>
 span { border-color: #507F98; }

 span { border-color: rgb(80,127,152); }

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