Html Css Color HEX #538EC4 Danube

📋 copy color: '#538EC4'

red 83 ◦ green 142 ◦ blue 196

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

Shades of Danube #538EC4

Tints of Danube #538EC4

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.73%

 BLUE value IS 196 (76.95% from 255) = 46.56%

R = 19.71%
G = 33.73%
B = 46.56%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#538EC4 (or 0x538EC4) is known color: Danube. HEX triplet: 53, 8E and C4. RGB value is (83,142,196). Sum of RGB (Red+Green+Blue) = 83+142+196=421 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.71% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 196 (76.95% from 255 or 46.56% from 421); Max value from RGB is 196 - color contains mainly: blue. Hex color #538EC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538EC4 is #AC713B. Grayscale: #828282. Windows color (decimal): -11301180 or 12881491. OLE color: 12881491.

HSL color Cylindrical-coordinate representation of color #538EC4: hue angle of 208.67º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #538EC4 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 83 142 196 -
CMYK 0.58 0.28 0 0.23
HSL 208.67º 0.49% 0.55% -
HSV(B) 208.67º 0.58% 0.77% -
XYZ 23.2 25.17 55.86 -
YUV 130.52 164.95 94.11 -
System Red Green Blue C M Y K H S L
Decimal 83 142 196 0.58 0.28 0 0.23 208.67 0.49 0.55
Hex 53 8E C4 3A 1C 0 17 D1 31 37
Octal 123 216 304 72 34 0 27 321 61 67
Binary 1010011 10001110 11000100 111010 11100 0 10111 11010001 110001 110111

Color Harmonies of #538EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538EC4

Black with #538EC4

Text Example


Text Example

White with #538EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,142,196); }

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

background-color css

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

 a { background-color: rgb(83,142,196); }

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

border-color css

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

 span { border-color: rgb(83,142,196); }

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