Html Css Color HEX #538FC4 Danube

📋 copy color: '#538FC4'

red 83 ◦ green 143 ◦ blue 196

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

Shades of Danube #538FC4

Tints of Danube #538FC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 46.45%

R = 19.67%
G = 33.89%
B = 46.45%

CMYK

 C value IS 0.58

 M value IS 0.27

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#538FC4 (or 0x538FC4) is known color: Danube. HEX triplet: 53, 8F and C4. RGB value is (83,143,196). Sum of RGB (Red+Green+Blue) = 83+143+196=422 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.67% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 196 (76.95% from 255 or 46.45% from 422); Max value from RGB is 196 - color contains mainly: blue. Hex color #538FC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538FC4 is #AC703B. Grayscale: #828282. Windows color (decimal): -11300924 or 12881747. OLE color: 12881747.

HSL color Cylindrical-coordinate representation of color #538FC4: hue angle of 208.14º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #538FC4 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 83 143 196 -
CMYK 0.58 0.27 0 0.23
HSL 208.14º 0.49% 0.55% -
HSV(B) 208.14º 0.58% 0.77% -
XYZ 23.35 25.47 55.91 -
YUV 131.1 164.62 93.69 -
System Red Green Blue C M Y K H S L
Decimal 83 143 196 0.58 0.27 0 0.23 208.14 0.49 0.55
Hex 53 8F C4 3A 1B 0 17 D0 31 37
Octal 123 217 304 72 33 0 27 320 61 67
Binary 1010011 10001111 11000100 111010 11011 0 10111 11010000 110001 110111

Color Harmonies of #538FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538FC4

Black with #538FC4

Text Example


Text Example

White with #538FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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