Html Css Color HEX #538FA4 Hippie Blue

📋 copy color: '#538FA4'

red 83 ◦ green 143 ◦ blue 164

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

Shades of Hippie Blue #538FA4

Tints of Hippie Blue #538FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 42.05%

R = 21.28%
G = 36.67%
B = 42.05%

CMYK

 C value IS 0.49

 M value IS 0.13

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#538FA4 (or 0x538FA4) is known color: Hippie Blue. HEX triplet: 53, 8F and A4. RGB value is (83,143,164). Sum of RGB (Red+Green+Blue) = 83+143+164=390 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.28% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 164 (64.45% from 255 or 42.05% from 390); Max value from RGB is 164 - color contains mainly: blue. Hex color #538FA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538FA4 is #AC705B. Grayscale: #7F7F7F. Windows color (decimal): -11300956 or 10784595. OLE color: 10784595.

HSL color Cylindrical-coordinate representation of color #538FA4: hue angle of 195.56º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #538FA4 is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 143 164 -
CMYK 0.49 0.13 0 0.36
HSL 195.56º 0.33% 0.48% -
HSV(B) 195.56º 0.49% 0.64% -
XYZ 20.09 24.16 38.73 -
YUV 127.45 148.62 96.29 -
System Red Green Blue C M Y K H S L
Decimal 83 143 164 0.49 0.13 0 0.36 195.56 0.33 0.48
Hex 53 8F A4 31 D 0 24 C4 21 30
Octal 123 217 244 61 15 0 44 304 41 60
Binary 1010011 10001111 10100100 110001 1101 0 100100 11000100 100001 110000

Color Harmonies of #538FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538FA4

Black with #538FA4

Text Example


Text Example

White with #538FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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