Html Css Color HEX #538298 Hippie Blue

📋 copy color: '#538298'

red 83 ◦ green 130 ◦ blue 152

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

Shades of Hippie Blue #538298

Tints of Hippie Blue #538298

RGB

 RED value IS 83 (32.81% from 255) = 22.74%

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

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

R = 22.74%
G = 35.62%
B = 41.64%

CMYK

 C value IS 0.45

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#538298 (or 0x538298) is known color: Hippie Blue. HEX triplet: 53, 82 and 98. RGB value is (83,130,152). Sum of RGB (Red+Green+Blue) = 83+130+152=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 152 - color contains mainly: blue. Hex color #538298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538298 is #AC7D67. Grayscale: #767676. Windows color (decimal): -11304296 or 9994835. OLE color: 9994835.

HSL color Cylindrical-coordinate representation of color #538298: hue angle of 199.13º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #538298 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 83 130 152 -
CMYK 0.45 0.14 0 0.40
HSL 199.13º 0.29% 0.46% -
HSV(B) 199.13º 0.45% 0.6% -
XYZ 17.22 20.07 32.67 -
YUV 118.46 146.93 102.71 -
System Red Green Blue C M Y K H S L
Decimal 83 130 152 0.45 0.14 0 0.40 199.13 0.29 0.46
Hex 53 82 98 2D E 0 28 C7 1D 2E
Octal 123 202 230 55 16 0 50 307 35 56
Binary 1010011 10000010 10011000 101101 1110 0 101000 11000111 11101 101110

Color Harmonies of #538298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538298

Black with #538298

Text Example


Text Example

White with #538298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538298; }

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

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

background-color css

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

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

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

border-color css

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

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

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