Html Css Color HEX #54ABCD Viking

📋 copy color: '#54ABCD'

red 84 ◦ green 171 ◦ blue 205

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

Shades of Viking #54ABCD

Tints of Viking #54ABCD

RGB

 RED value IS 84 (33.2% from 255) = 18.26%

 GREEN value IS 171 (67.19% from 255) = 37.17%

 BLUE value IS 205 (80.47% from 255) = 44.57%

R = 18.26%
G = 37.17%
B = 44.57%

CMYK

 C value IS 0.59

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#54ABCD (or 0x54ABCD) is known color: Viking. HEX triplet: 54, AB and CD. RGB value is (84,171,205). Sum of RGB (Red+Green+Blue) = 84+171+205=460 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.26% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #54ABCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ABCD is #AB5432. Grayscale: #949494. Windows color (decimal): -11228211 or 13478740. OLE color: 13478740.

HSL color Cylindrical-coordinate representation of color #54ABCD: hue angle of 196.86º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54ABCD is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 171 205 -
CMYK 0.59 0.17 0 0.20
HSL 196.86º 0.55% 0.57% -
HSV(B) 196.86º 0.59% 0.8% -
XYZ 29.24 35.42 63.05 -
YUV 148.86 159.68 81.74 -
System Red Green Blue C M Y K H S L
Decimal 84 171 205 0.59 0.17 0 0.20 196.86 0.55 0.57
Hex 54 AB CD 3B 11 0 14 C5 37 39
Octal 124 253 315 73 21 0 24 305 67 71
Binary 1010100 10101011 11001101 111011 10001 0 10100 11000101 110111 111001

Color Harmonies of #54ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ABCD

Black with #54ABCD

Text Example


Text Example

White with #54ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54ABCD; }

 p { color: rgb(84,171,205); }

 H1.HeaderClassName
 {
   color: #54ABCD;
 }
 .AnyTagClassName
 {
   color: #54ABCD;
 }
</style>

background-color css

<style>
 a { background-color: #54ABCD; }

 a { background-color: rgb(84,171,205); }

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

border-color css

<style>
 span { border-color: #54ABCD; }

 span { border-color: rgb(84,171,205); }

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