Html Css Color HEX #54A5E5 Picton Blue

📋 copy color: '#54A5E5'

red 84 ◦ green 165 ◦ blue 229

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

Shades of Picton Blue #54A5E5

Tints of Picton Blue #54A5E5

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.52%

 BLUE value IS 229 (89.84% from 255) = 47.91%

R = 17.57%
G = 34.52%
B = 47.91%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#54A5E5 (or 0x54A5E5) is known color: Picton Blue. HEX triplet: 54, A5 and E5. RGB value is (84,165,229). Sum of RGB (Red+Green+Blue) = 84+165+229=478 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.57% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 229 (89.84% from 255 or 47.91% from 478); Max value from RGB is 229 - color contains mainly: blue. Hex color #54A5E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A5E5 is #AB5A1A. Grayscale: #939393. Windows color (decimal): -11229723 or 15050068. OLE color: 15050068.

HSL color Cylindrical-coordinate representation of color #54A5E5: hue angle of 206.48º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54A5E5 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 84 165 229 -
CMYK 0.63 0.28 0 0.10
HSL 206.48º 0.74% 0.61% -
HSV(B) 206.48º 0.63% 0.9% -
XYZ 31.25 34.45 79.13 -
YUV 148.08 173.66 82.3 -
System Red Green Blue C M Y K H S L
Decimal 84 165 229 0.63 0.28 0 0.10 206.48 0.74 0.61
Hex 54 A5 E5 3F 1C 0 A CE 4A 3D
Octal 124 245 345 77 34 0 12 316 112 75
Binary 1010100 10100101 11100101 111111 11100 0 1010 11001110 1001010 111101

Color Harmonies of #54A5E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A5E5

Black with #54A5E5

Text Example


Text Example

White with #54A5E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,165,229); }

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

background-color css

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

 a { background-color: rgb(84,165,229); }

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

border-color css

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

 span { border-color: rgb(84,165,229); }

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