Html Css Color HEX #538FCC Danube

📋 copy color: '#538FCC'

red 83 ◦ green 143 ◦ blue 204

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

Shades of Danube #538FCC

Tints of Danube #538FCC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.26%

 BLUE value IS 204 (80.08% from 255) = 47.44%

R = 19.3%
G = 33.26%
B = 47.44%

CMYK

 C value IS 0.59

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#538FCC (or 0x538FCC) is known color: Danube. HEX triplet: 53, 8F and CC. RGB value is (83,143,204). Sum of RGB (Red+Green+Blue) = 83+143+204=430 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.30% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #538FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538FCC is #AC7033. Grayscale: #838383. Windows color (decimal): -11300916 or 13406035. OLE color: 13406035.

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

Color convert

RGB 83 143 204 -
CMYK 0.59 0.30 0 0.2
HSL 210.25º 0.54% 0.56% -
HSV(B) 210.25º 0.59% 0.8% -
XYZ 24.29 25.84 60.83 -
YUV 132.01 168.62 93.04 -
System Red Green Blue C M Y K H S L
Decimal 83 143 204 0.59 0.30 0 0.2 210.25 0.54 0.56
Hex 53 8F CC 3B 1E 0 14 D2 36 38
Octal 123 217 314 73 36 0 24 322 66 70
Binary 1010011 10001111 11001100 111011 11110 0 10100 11010010 110110 111000

Color Harmonies of #538FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538FCC

Black with #538FCC

Text Example


Text Example

White with #538FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,143,204); }

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

background-color css

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

 a { background-color: rgb(83,143,204); }

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

border-color css

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

 span { border-color: rgb(83,143,204); }

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