Html Css Color HEX #538EC8 Danube

📋 copy color: '#538EC8'

red 83 ◦ green 142 ◦ blue 200

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

Shades of Danube #538EC8

Tints of Danube #538EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 47.06%

R = 19.53%
G = 33.41%
B = 47.06%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#538EC8 (or 0x538EC8) is known color: Danube. HEX triplet: 53, 8E and C8. RGB value is (83,142,200). Sum of RGB (Red+Green+Blue) = 83+142+200=425 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.53% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 200 (78.52% from 255 or 47.06% from 425); Max value from RGB is 200 - color contains mainly: blue. Hex color #538EC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538EC8 is #AC7137. Grayscale: #828282. Windows color (decimal): -11301176 or 13143635. OLE color: 13143635.

HSL color Cylindrical-coordinate representation of color #538EC8: hue angle of 209.74º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #538EC8 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 83 142 200 -
CMYK 0.58 0.29 0 0.22
HSL 209.74º 0.52% 0.55% -
HSV(B) 209.74º 0.59% 0.78% -
XYZ 23.67 25.36 58.29 -
YUV 130.97 166.95 93.78 -
System Red Green Blue C M Y K H S L
Decimal 83 142 200 0.58 0.29 0 0.22 209.74 0.52 0.55
Hex 53 8E C8 3A 1D 0 16 D2 34 37
Octal 123 216 310 72 35 0 26 322 64 67
Binary 1010011 10001110 11001000 111010 11101 0 10110 11010010 110100 110111

Color Harmonies of #538EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538EC8

Black with #538EC8

Text Example


Text Example

White with #538EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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