Html Css Color HEX #538DCE Danube

📋 copy color: '#538DCE'

red 83 ◦ green 141 ◦ blue 206

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

Shades of Danube #538DCE

Tints of Danube #538DCE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.79%

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

R = 19.3%
G = 32.79%
B = 47.91%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#538DCE (or 0x538DCE) is known color: Danube. HEX triplet: 53, 8D and CE. RGB value is (83,141,206). Sum of RGB (Red+Green+Blue) = 83+141+206=430 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.30% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #538DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538DCE is #AC7231. Grayscale: #828282. Windows color (decimal): -11301426 or 13536595. OLE color: 13536595.

HSL color Cylindrical-coordinate representation of color #538DCE: hue angle of 211.71º 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 #538DCE is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 141 206 -
CMYK 0.60 0.32 0 0.19
HSL 211.71º 0.56% 0.57% -
HSV(B) 211.71º 0.6% 0.81% -
XYZ 24.23 25.34 62.01 -
YUV 131.07 170.28 93.71 -
System Red Green Blue C M Y K H S L
Decimal 83 141 206 0.60 0.32 0 0.19 211.71 0.56 0.57
Hex 53 8D CE 3C 20 0 13 D4 38 39
Octal 123 215 316 74 40 0 23 324 70 71
Binary 1010011 10001101 11001110 111100 100000 0 10011 11010100 111000 111001

Color Harmonies of #538DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538DCE

Black with #538DCE

Text Example


Text Example

White with #538DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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