Html Css Color HEX #538FCF Danube

📋 copy color: '#538FCF'

red 83 ◦ green 143 ◦ blue 207

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

Shades of Danube #538FCF

Tints of Danube #538FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.81%

R = 19.17%
G = 33.03%
B = 47.81%

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

#538FCF (or 0x538FCF) is known color: Danube. HEX triplet: 53, 8F and CF. RGB value is (83,143,207). Sum of RGB (Red+Green+Blue) = 83+143+207=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #538FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538FCF is #AC7030. Grayscale: #848484. Windows color (decimal): -11300913 or 13602643. OLE color: 13602643.

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

Color convert

RGB 83 143 207 -
CMYK 0.60 0.31 0 0.19
HSL 210.97º 0.56% 0.57% -
HSV(B) 210.97º 0.6% 0.81% -
XYZ 24.65 25.99 62.75 -
YUV 132.36 170.12 92.8 -
System Red Green Blue C M Y K H S L
Decimal 83 143 207 0.60 0.31 0 0.19 210.97 0.56 0.57
Hex 53 8F CF 3C 1F 0 13 D3 38 39
Octal 123 217 317 74 37 0 23 323 70 71
Binary 1010011 10001111 11001111 111100 11111 0 10011 11010011 111000 111001

Color Harmonies of #538FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538FCF

Black with #538FCF

Text Example


Text Example

White with #538FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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