Html Css Color HEX #538FCE Danube

📋 copy color: '#538FCE'

red 83 ◦ green 143 ◦ blue 206

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

Shades of Danube #538FCE

Tints of Danube #538FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.69%

R = 19.21%
G = 33.1%
B = 47.69%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#538FCE (or 0x538FCE) is known color: Danube. HEX triplet: 53, 8F and CE. RGB value is (83,143,206). Sum of RGB (Red+Green+Blue) = 83+143+206=432 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.21% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #538FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538FCE is #AC7031. Grayscale: #838383. Windows color (decimal): -11300914 or 13537107. OLE color: 13537107.

HSL color Cylindrical-coordinate representation of color #538FCE: hue angle of 210.73º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #538FCE is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 143 206 -
CMYK 0.60 0.31 0 0.19
HSL 210.73º 0.56% 0.57% -
HSV(B) 210.73º 0.6% 0.81% -
XYZ 24.53 25.94 62.11 -
YUV 132.24 169.62 92.88 -
System Red Green Blue C M Y K H S L
Decimal 83 143 206 0.60 0.31 0 0.19 210.73 0.56 0.57
Hex 53 8F CE 3C 1F 0 13 D3 38 39
Octal 123 217 316 74 37 0 23 323 70 71
Binary 1010011 10001111 11001110 111100 11111 0 10011 11010011 111000 111001

Color Harmonies of #538FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538FCE

Black with #538FCE

Text Example


Text Example

White with #538FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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