Html Css Color HEX #508298 Hippie Blue

📋 copy color: '#508298'

red 80 ◦ green 130 ◦ blue 152

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

Shades of Hippie Blue #508298

Tints of Hippie Blue #508298

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.91%

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

R = 22.1%
G = 35.91%
B = 41.99%

CMYK

 C value IS 0.47

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#508298 (or 0x508298) is known color: Hippie Blue. HEX triplet: 50, 82 and 98. RGB value is (80,130,152). Sum of RGB (Red+Green+Blue) = 80+130+152=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 152 - color contains mainly: blue. Hex color #508298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508298 is #AF7D67. Grayscale: #757575. Windows color (decimal): -11500904 or 9994832. OLE color: 9994832.

HSL color Cylindrical-coordinate representation of color #508298: hue angle of 198.33º 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 #508298 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 130 152 -
CMYK 0.47 0.14 0 0.40
HSL 198.33º 0.31% 0.45% -
HSV(B) 198.33º 0.47% 0.6% -
XYZ 16.96 19.94 32.66 -
YUV 117.56 147.44 101.21 -
System Red Green Blue C M Y K H S L
Decimal 80 130 152 0.47 0.14 0 0.40 198.33 0.31 0.45
Hex 50 82 98 2F E 0 28 C6 1F 2D
Octal 120 202 230 57 16 0 50 306 37 55
Binary 1010000 10000010 10011000 101111 1110 0 101000 11000110 11111 101101

Color Harmonies of #508298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508298

Black with #508298

Text Example


Text Example

White with #508298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508298; }

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

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

background-color css

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

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

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

border-color css

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

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

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