Html Css Color HEX #54A8CD Picton Blue

📋 copy color: '#54A8CD'

red 84 ◦ green 168 ◦ blue 205

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

Shades of Picton Blue #54A8CD

Tints of Picton Blue #54A8CD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.76%

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

R = 18.38%
G = 36.76%
B = 44.86%

CMYK

 C value IS 0.59

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#54A8CD (or 0x54A8CD) is known color: Picton Blue. HEX triplet: 54, A8 and CD. RGB value is (84,168,205). Sum of RGB (Red+Green+Blue) = 84+168+205=457 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.38% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #54A8CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A8CD is #AB5732. Grayscale: #929292. Windows color (decimal): -11228979 or 13477972. OLE color: 13477972.

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

Color convert

RGB 84 168 205 -
CMYK 0.59 0.18 0 0.20
HSL 198.35º 0.55% 0.57% -
HSV(B) 198.35º 0.59% 0.8% -
XYZ 28.68 34.3 62.87 -
YUV 147.1 160.67 82.99 -
System Red Green Blue C M Y K H S L
Decimal 84 168 205 0.59 0.18 0 0.20 198.35 0.55 0.57
Hex 54 A8 CD 3B 12 0 14 C6 37 39
Octal 124 250 315 73 22 0 24 306 67 71
Binary 1010100 10101000 11001101 111011 10010 0 10100 11000110 110111 111001

Color Harmonies of #54A8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A8CD

Black with #54A8CD

Text Example


Text Example

White with #54A8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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