Html Css Color HEX #538ECA Danube

📋 copy color: '#538ECA'

red 83 ◦ green 142 ◦ blue 202

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

Shades of Danube #538ECA

Tints of Danube #538ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.31%

R = 19.44%
G = 33.26%
B = 47.31%

CMYK

 C value IS 0.59

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#538ECA (or 0x538ECA) is known color: Danube. HEX triplet: 53, 8E and CA. RGB value is (83,142,202). Sum of RGB (Red+Green+Blue) = 83+142+202=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #538ECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538ECA is #AC7135. Grayscale: #828282. Windows color (decimal): -11301174 or 13274707. OLE color: 13274707.

HSL color Cylindrical-coordinate representation of color #538ECA: hue angle of 210.25º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #538ECA is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 83 142 202 -
CMYK 0.59 0.30 0 0.21
HSL 210.25º 0.53% 0.56% -
HSV(B) 210.25º 0.59% 0.79% -
XYZ 23.9 25.45 59.53 -
YUV 131.2 167.95 93.62 -
System Red Green Blue C M Y K H S L
Decimal 83 142 202 0.59 0.30 0 0.21 210.25 0.53 0.56
Hex 53 8E CA 3B 1E 0 15 D2 35 38
Octal 123 216 312 73 36 0 25 322 65 70
Binary 1010011 10001110 11001010 111011 11110 0 10101 11010010 110101 111000

Color Harmonies of #538ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538ECA

Black with #538ECA

Text Example


Text Example

White with #538ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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