Html Css Color HEX #538CC8 Danube

📋 copy color: '#538CC8'

red 83 ◦ green 140 ◦ blue 200

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

Shades of Danube #538CC8

Tints of Danube #538CC8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.1%

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

R = 19.62%
G = 33.1%
B = 47.28%

CMYK

 C value IS 0.58

 M value IS 0.3

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#538CC8 (or 0x538CC8) is known color: Danube. HEX triplet: 53, 8C and C8. RGB value is (83,140,200). Sum of RGB (Red+Green+Blue) = 83+140+200=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 200 (78.52% from 255 or 47.28% from 423); Max value from RGB is 200 - color contains mainly: blue. Hex color #538CC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538CC8 is #AC7337. Grayscale: #818181. Windows color (decimal): -11301688 or 13143123. OLE color: 13143123.

HSL color Cylindrical-coordinate representation of color #538CC8: hue angle of 210.77º 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 #538CC8 is Cyan = 0.58, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 83 140 200 -
CMYK 0.58 0.3 0 0.22
HSL 210.77º 0.52% 0.55% -
HSV(B) 210.77º 0.59% 0.78% -
XYZ 23.37 24.77 58.19 -
YUV 129.8 167.62 94.62 -
System Red Green Blue C M Y K H S L
Decimal 83 140 200 0.58 0.3 0 0.22 210.77 0.52 0.55
Hex 53 8C C8 3A 1E 0 16 D3 34 37
Octal 123 214 310 72 36 0 26 323 64 67
Binary 1010011 10001100 11001000 111010 11110 0 10110 11010011 110100 110111

Color Harmonies of #538CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538CC8

Black with #538CC8

Text Example


Text Example

White with #538CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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