Html Css Color HEX #538CCA Danube

📋 copy color: '#538CCA'

red 83 ◦ green 140 ◦ blue 202

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

Shades of Danube #538CCA

Tints of Danube #538CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.53%

R = 19.53%
G = 32.94%
B = 47.53%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#538CCA (or 0x538CCA) is known color: Danube. HEX triplet: 53, 8C and CA. RGB value is (83,140,202). Sum of RGB (Red+Green+Blue) = 83+140+202=425 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.53% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #538CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538CCA is #AC7335. Grayscale: #818181. Windows color (decimal): -11301686 or 13274195. OLE color: 13274195.

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

Color convert

RGB 83 140 202 -
CMYK 0.59 0.31 0 0.21
HSL 211.26º 0.53% 0.56% -
HSV(B) 211.26º 0.59% 0.79% -
XYZ 23.61 24.86 59.43 -
YUV 130.03 168.62 94.46 -
System Red Green Blue C M Y K H S L
Decimal 83 140 202 0.59 0.31 0 0.21 211.26 0.53 0.56
Hex 53 8C CA 3B 1F 0 15 D3 35 38
Octal 123 214 312 73 37 0 25 323 65 70
Binary 1010011 10001100 11001010 111011 11111 0 10101 11010011 110101 111000

Color Harmonies of #538CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538CCA

Black with #538CCA

Text Example


Text Example

White with #538CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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