Html Css Color HEX #538CCB Danube

📋 copy color: '#538CCB'

red 83 ◦ green 140 ◦ blue 203

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

Shades of Danube #538CCB

Tints of Danube #538CCB

RGB

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

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

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

R = 19.48%
G = 32.86%
B = 47.65%

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

#538CCB (or 0x538CCB) is known color: Danube. HEX triplet: 53, 8C and CB. RGB value is (83,140,203). Sum of RGB (Red+Green+Blue) = 83+140+203=426 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.48% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #538CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538CCB is #AC7334. Grayscale: #818181. Windows color (decimal): -11301685 or 13339731. OLE color: 13339731.

HSL color Cylindrical-coordinate representation of color #538CCB: hue angle of 211.5º 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 #538CCB is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 140 203 -
CMYK 0.59 0.31 0 0.20
HSL 211.5º 0.54% 0.56% -
HSV(B) 211.5º 0.59% 0.8% -
XYZ 23.72 24.91 60.06 -
YUV 130.14 169.12 94.38 -
System Red Green Blue C M Y K H S L
Decimal 83 140 203 0.59 0.31 0 0.20 211.5 0.54 0.56
Hex 53 8C CB 3B 1F 0 14 D4 36 38
Octal 123 214 313 73 37 0 24 324 66 70
Binary 1010011 10001100 11001011 111011 11111 0 10100 11010100 110110 111000

Color Harmonies of #538CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538CCB

Black with #538CCB

Text Example


Text Example

White with #538CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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