Html Css Color HEX #538ECE Danube

📋 copy color: '#538ECE'

red 83 ◦ green 142 ◦ blue 206

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

Shades of Danube #538ECE

Tints of Danube #538ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.8%

R = 19.26%
G = 32.95%
B = 47.8%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#538ECE (or 0x538ECE) is known color: Danube. HEX triplet: 53, 8E and CE. RGB value is (83,142,206). Sum of RGB (Red+Green+Blue) = 83+142+206=431 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.26% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #538ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538ECE is #AC7131. Grayscale: #838383. Windows color (decimal): -11301170 or 13536851. OLE color: 13536851.

HSL color Cylindrical-coordinate representation of color #538ECE: hue angle of 211.22º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #538ECE is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 142 206 -
CMYK 0.60 0.31 0 0.19
HSL 211.22º 0.56% 0.57% -
HSV(B) 211.22º 0.6% 0.81% -
XYZ 24.38 25.64 62.06 -
YUV 131.66 169.95 93.3 -
System Red Green Blue C M Y K H S L
Decimal 83 142 206 0.60 0.31 0 0.19 211.22 0.56 0.57
Hex 53 8E CE 3C 1F 0 13 D3 38 39
Octal 123 216 316 74 37 0 23 323 70 71
Binary 1010011 10001110 11001110 111100 11111 0 10011 11010011 111000 111001

Color Harmonies of #538ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538ECE

Black with #538ECE

Text Example


Text Example

White with #538ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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