Html Css Color HEX #538DCB Danube

📋 copy color: '#538DCB'

red 83 ◦ green 141 ◦ blue 203

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

Shades of Danube #538DCB

Tints of Danube #538DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.54%

R = 19.44%
G = 33.02%
B = 47.54%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#538DCB (or 0x538DCB) is known color: Danube. HEX triplet: 53, 8D and CB. RGB value is (83,141,203). Sum of RGB (Red+Green+Blue) = 83+141+203=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #538DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538DCB is #AC7234. Grayscale: #828282. Windows color (decimal): -11301429 or 13339987. OLE color: 13339987.

HSL color Cylindrical-coordinate representation of color #538DCB: hue angle of 211º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #538DCB is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 141 203 -
CMYK 0.59 0.31 0 0.20
HSL 211º 0.54% 0.56% -
HSV(B) 211º 0.59% 0.8% -
XYZ 23.87 25.2 60.11 -
YUV 130.73 168.78 93.96 -
System Red Green Blue C M Y K H S L
Decimal 83 141 203 0.59 0.31 0 0.20 211 0.54 0.56
Hex 53 8D CB 3B 1F 0 14 D3 36 38
Octal 123 215 313 73 37 0 24 323 66 70
Binary 1010011 10001101 11001011 111011 11111 0 10100 11010011 110110 111000

Color Harmonies of #538DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538DCB

Black with #538DCB

Text Example


Text Example

White with #538DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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