Html Css Color HEX #54B5D6 Viking

📋 copy color: '#54B5D6'

red 84 ◦ green 181 ◦ blue 214

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

Shades of Viking #54B5D6

Tints of Viking #54B5D6

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.79%

 BLUE value IS 214 (83.98% from 255) = 44.68%

R = 17.54%
G = 37.79%
B = 44.68%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#54B5D6 (or 0x54B5D6) is known color: Viking. HEX triplet: 54, B5 and D6. RGB value is (84,181,214). Sum of RGB (Red+Green+Blue) = 84+181+214=479 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.54% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 214 (83.98% from 255 or 44.68% from 479); Max value from RGB is 214 - color contains mainly: blue. Hex color #54B5D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B5D6 is #AB4A29. Grayscale: #9B9B9B. Windows color (decimal): -11225642 or 14071124. OLE color: 14071124.

HSL color Cylindrical-coordinate representation of color #54B5D6: hue angle of 195.23º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54B5D6 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 84 181 214 -
CMYK 0.61 0.15 0 0.16
HSL 195.23º 0.61% 0.58% -
HSV(B) 195.23º 0.61% 0.84% -
XYZ 32.32 39.79 69.59 -
YUV 155.76 160.86 76.82 -
System Red Green Blue C M Y K H S L
Decimal 84 181 214 0.61 0.15 0 0.16 195.23 0.61 0.58
Hex 54 B5 D6 3D F 0 10 C3 3D 3A
Octal 124 265 326 75 17 0 20 303 75 72
Binary 1010100 10110101 11010110 111101 1111 0 10000 11000011 111101 111010

Color Harmonies of #54B5D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B5D6

Black with #54B5D6

Text Example


Text Example

White with #54B5D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,181,214); }

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

background-color css

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

 a { background-color: rgb(84,181,214); }

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

border-color css

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

 span { border-color: rgb(84,181,214); }

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