Html Css Color HEX #54A3C8 Picton Blue

📋 copy color: '#54A3C8'

red 84 ◦ green 163 ◦ blue 200

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

Shades of Picton Blue #54A3C8

Tints of Picton Blue #54A3C8

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.47%

 BLUE value IS 200 (78.52% from 255) = 44.74%

R = 18.79%
G = 36.47%
B = 44.74%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#54A3C8 (or 0x54A3C8) is known color: Picton Blue. HEX triplet: 54, A3 and C8. RGB value is (84,163,200). Sum of RGB (Red+Green+Blue) = 84+163+200=447 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.79% from 447); Green value is 163 (64.06% from 255 or 36.47% from 447); Blue value is 200 (78.52% from 255 or 44.74% from 447); Max value from RGB is 200 - color contains mainly: blue. Hex color #54A3C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A3C8 is #AB5C37. Grayscale: #8F8F8F. Windows color (decimal): -11230264 or 13149012. OLE color: 13149012.

HSL color Cylindrical-coordinate representation of color #54A3C8: hue angle of 199.14º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54A3C8 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 84 163 200 -
CMYK 0.58 0.18 0 0.22
HSL 199.14º 0.51% 0.56% -
HSV(B) 199.14º 0.58% 0.78% -
XYZ 27.18 32.25 59.44 -
YUV 143.6 159.83 85.49 -
System Red Green Blue C M Y K H S L
Decimal 84 163 200 0.58 0.18 0 0.22 199.14 0.51 0.56
Hex 54 A3 C8 3A 12 0 16 C7 33 38
Octal 124 243 310 72 22 0 26 307 63 70
Binary 1010100 10100011 11001000 111010 10010 0 10110 11000111 110011 111000

Color Harmonies of #54A3C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A3C8

Black with #54A3C8

Text Example


Text Example

White with #54A3C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,163,200); }

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

background-color css

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

 a { background-color: rgb(84,163,200); }

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

border-color css

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

 span { border-color: rgb(84,163,200); }

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