Html Css Color HEX #538AC4 Danube

📋 copy color: '#538AC4'

red 83 ◦ green 138 ◦ blue 196

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

Shades of Danube #538AC4

Tints of Danube #538AC4

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.09%

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

R = 19.9%
G = 33.09%
B = 47%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#538AC4 (or 0x538AC4) is known color: Danube. HEX triplet: 53, 8A and C4. RGB value is (83,138,196). Sum of RGB (Red+Green+Blue) = 83+138+196=417 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.90% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 196 (76.95% from 255 or 47.00% from 417); Max value from RGB is 196 - color contains mainly: blue. Hex color #538AC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538AC4 is #AC753B. Grayscale: #7F7F7F. Windows color (decimal): -11302204 or 12880467. OLE color: 12880467.

HSL color Cylindrical-coordinate representation of color #538AC4: hue angle of 210.8º 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 #538AC4 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 83 138 196 -
CMYK 0.58 0.30 0 0.23
HSL 210.8º 0.49% 0.55% -
HSV(B) 210.8º 0.58% 0.77% -
XYZ 22.62 24 55.67 -
YUV 128.17 166.28 95.78 -
System Red Green Blue C M Y K H S L
Decimal 83 138 196 0.58 0.30 0 0.23 210.8 0.49 0.55
Hex 53 8A C4 3A 1E 0 17 D3 31 37
Octal 123 212 304 72 36 0 27 323 61 67
Binary 1010011 10001010 11000100 111010 11110 0 10111 11010011 110001 110111

Color Harmonies of #538AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538AC4

Black with #538AC4

Text Example


Text Example

White with #538AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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