Html Css Color HEX #54A1DA Picton Blue

📋 copy color: '#54A1DA'

red 84 ◦ green 161 ◦ blue 218

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

Shades of Picton Blue #54A1DA

Tints of Picton Blue #54A1DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 18.14%
G = 34.77%
B = 47.08%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#54A1DA (or 0x54A1DA) is known color: Picton Blue. HEX triplet: 54, A1 and DA. RGB value is (84,161,218). Sum of RGB (Red+Green+Blue) = 84+161+218=463 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.14% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #54A1DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A1DA is #AB5E25. Grayscale: #909090. Windows color (decimal): -11230758 or 14328148. OLE color: 14328148.

HSL color Cylindrical-coordinate representation of color #54A1DA: hue angle of 205.52º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54A1DA is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 84 161 218 -
CMYK 0.61 0.26 0 0.15
HSL 205.52º 0.64% 0.59% -
HSV(B) 205.52º 0.61% 0.85% -
XYZ 29.06 32.44 71.06 -
YUV 144.48 169.49 84.87 -
System Red Green Blue C M Y K H S L
Decimal 84 161 218 0.61 0.26 0 0.15 205.52 0.64 0.59
Hex 54 A1 DA 3D 1A 0 F CE 40 3B
Octal 124 241 332 75 32 0 17 316 100 73
Binary 1010100 10100001 11011010 111101 11010 0 1111 11001110 1000000 111011

Color Harmonies of #54A1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A1DA

Black with #54A1DA

Text Example


Text Example

White with #54A1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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