Html Css Color HEX #54A1CD Picton Blue

📋 copy color: '#54A1CD'

red 84 ◦ green 161 ◦ blue 205

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

Shades of Picton Blue #54A1CD

Tints of Picton Blue #54A1CD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.78%

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

R = 18.67%
G = 35.78%
B = 45.56%

CMYK

 C value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#54A1CD (or 0x54A1CD) is known color: Picton Blue. HEX triplet: 54, A1 and CD. RGB value is (84,161,205). Sum of RGB (Red+Green+Blue) = 84+161+205=450 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.67% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #54A1CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A1CD is #AB5E32. Grayscale: #8E8E8E. Windows color (decimal): -11230771 or 13476180. OLE color: 13476180.

HSL color Cylindrical-coordinate representation of color #54A1CD: hue angle of 201.82º 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 #54A1CD is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 161 205 -
CMYK 0.59 0.21 0 0.20
HSL 201.82º 0.55% 0.57% -
HSV(B) 201.82º 0.59% 0.8% -
XYZ 27.42 31.78 62.45 -
YUV 142.99 162.99 85.92 -
System Red Green Blue C M Y K H S L
Decimal 84 161 205 0.59 0.21 0 0.20 201.82 0.55 0.57
Hex 54 A1 CD 3B 15 0 14 CA 37 39
Octal 124 241 315 73 25 0 24 312 67 71
Binary 1010100 10100001 11001101 111011 10101 0 10100 11001010 110111 111001

Color Harmonies of #54A1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A1CD

Black with #54A1CD

Text Example


Text Example

White with #54A1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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