Html Css Color HEX #538F9F Hippie Blue

📋 copy color: '#538F9F'

red 83 ◦ green 143 ◦ blue 159

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

Shades of Hippie Blue #538F9F

Tints of Hippie Blue #538F9F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.14%

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

R = 21.56%
G = 37.14%
B = 41.3%

CMYK

 C value IS 0.48

 M value IS 0.10

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#538F9F (or 0x538F9F) is known color: Hippie Blue. HEX triplet: 53, 8F and 9F. RGB value is (83,143,159). Sum of RGB (Red+Green+Blue) = 83+143+159=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 159 - color contains mainly: blue. Hex color #538F9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538F9F is #AC7060. Grayscale: #7E7E7E. Windows color (decimal): -11300961 or 10456915. OLE color: 10456915.

HSL color Cylindrical-coordinate representation of color #538F9F: hue angle of 192.63º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #538F9F is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 143 159 -
CMYK 0.48 0.10 0 0.38
HSL 192.63º 0.31% 0.47% -
HSV(B) 192.63º 0.48% 0.62% -
XYZ 19.65 23.99 36.4 -
YUV 126.88 146.12 96.7 -
System Red Green Blue C M Y K H S L
Decimal 83 143 159 0.48 0.10 0 0.38 192.63 0.31 0.47
Hex 53 8F 9F 30 A 0 26 C1 1F 2F
Octal 123 217 237 60 12 0 46 301 37 57
Binary 1010011 10001111 10011111 110000 1010 0 100110 11000001 11111 101111

Color Harmonies of #538F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538F9F

Black with #538F9F

Text Example


Text Example

White with #538F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538F9F; }

 p { color: rgb(83,143,159); }

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

background-color css

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

 a { background-color: rgb(83,143,159); }

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

border-color css

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

 span { border-color: rgb(83,143,159); }

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