Html Css Color HEX #54A6CE Picton Blue

📋 copy color: '#54A6CE'

red 84 ◦ green 166 ◦ blue 206

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

Shades of Picton Blue #54A6CE

Tints of Picton Blue #54A6CE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.4%

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

R = 18.42%
G = 36.4%
B = 45.18%

CMYK

 C value IS 0.59

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#54A6CE (or 0x54A6CE) is known color: Picton Blue. HEX triplet: 54, A6 and CE. RGB value is (84,166,206). Sum of RGB (Red+Green+Blue) = 84+166+206=456 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.42% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #54A6CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A6CE is #AB5931. Grayscale: #919191. Windows color (decimal): -11229490 or 13542996. OLE color: 13542996.

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

Color convert

RGB 84 166 206 -
CMYK 0.59 0.19 0 0.19
HSL 199.67º 0.55% 0.57% -
HSV(B) 199.67º 0.59% 0.81% -
XYZ 28.43 33.61 63.38 -
YUV 146.04 161.83 83.75 -
System Red Green Blue C M Y K H S L
Decimal 84 166 206 0.59 0.19 0 0.19 199.67 0.55 0.57
Hex 54 A6 CE 3B 13 0 13 C8 37 39
Octal 124 246 316 73 23 0 23 310 67 71
Binary 1010100 10100110 11001110 111011 10011 0 10011 11001000 110111 111001

Color Harmonies of #54A6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A6CE

Black with #54A6CE

Text Example


Text Example

White with #54A6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,166,206); }

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

background-color css

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

 a { background-color: rgb(84,166,206); }

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

border-color css

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

 span { border-color: rgb(84,166,206); }

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