Html Css Color HEX #507C9C Hippie Blue

📋 copy color: '#507C9C'

red 80 ◦ green 124 ◦ blue 156

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

Shades of Hippie Blue #507C9C

Tints of Hippie Blue #507C9C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.44%

 BLUE value IS 156 (61.33% from 255) = 43.33%

R = 22.22%
G = 34.44%
B = 43.33%

CMYK

 C value IS 0.49

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#507C9C (or 0x507C9C) is known color: Hippie Blue. HEX triplet: 50, 7C and 9C. RGB value is (80,124,156). Sum of RGB (Red+Green+Blue) = 80+124+156=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 156 - color contains mainly: blue. Hex color #507C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507C9C is #AF8363. Grayscale: #727272. Windows color (decimal): -11502436 or 10255440. OLE color: 10255440.

HSL color Cylindrical-coordinate representation of color #507C9C: hue angle of 205.26º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #507C9C is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 124 156 -
CMYK 0.49 0.21 0 0.39
HSL 205.26º 0.32% 0.46% -
HSV(B) 205.26º 0.49% 0.61% -
XYZ 16.52 18.52 34.16 -
YUV 114.49 151.42 103.4 -
System Red Green Blue C M Y K H S L
Decimal 80 124 156 0.49 0.21 0 0.39 205.26 0.32 0.46
Hex 50 7C 9C 31 15 0 27 CD 20 2E
Octal 120 174 234 61 25 0 47 315 40 56
Binary 1010000 1111100 10011100 110001 10101 0 100111 11001101 100000 101110

Color Harmonies of #507C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507C9C

Black with #507C9C

Text Example


Text Example

White with #507C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,124,156); }

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

background-color css

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

 a { background-color: rgb(80,124,156); }

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

border-color css

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

 span { border-color: rgb(80,124,156); }

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