Html Css Color HEX #5CACD3 Picton Blue

📋 copy color: '#5CACD3'

red 92 ◦ green 172 ◦ blue 211

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

Shades of Picton Blue #5CACD3

Tints of Picton Blue #5CACD3

RGB

 RED value IS 92 (36.33% from 255) = 19.37%

 GREEN value IS 172 (67.58% from 255) = 36.21%

 BLUE value IS 211 (82.81% from 255) = 44.42%

R = 19.37%
G = 36.21%
B = 44.42%

CMYK

 C value IS 0.56

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#5CACD3 (or 0x5CACD3) is known color: Picton Blue. HEX triplet: 5C, AC and D3. RGB value is (92,172,211). Sum of RGB (Red+Green+Blue) = 92+172+211=475 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.37% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 211 (82.81% from 255 or 44.42% from 475); Max value from RGB is 211 - color contains mainly: blue. Hex color #5CACD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CACD3 is #A3532C. Grayscale: #989898. Windows color (decimal): -10703661 or 13872220. OLE color: 13872220.

HSL color Cylindrical-coordinate representation of color #5CACD3: hue angle of 199.66º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CACD3 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 92 172 211 -
CMYK 0.56 0.18 0 0.17
HSL 199.66º 0.57% 0.59% -
HSV(B) 199.66º 0.56% 0.83% -
XYZ 30.92 36.48 67.04 -
YUV 152.53 161 84.83 -
System Red Green Blue C M Y K H S L
Decimal 92 172 211 0.56 0.18 0 0.17 199.66 0.57 0.59
Hex 5C AC D3 38 12 0 11 C8 39 3B
Octal 134 254 323 70 22 0 21 310 71 73
Binary 1011100 10101100 11010011 111000 10010 0 10001 11001000 111001 111011

Color Harmonies of #5CACD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CACD3

Black with #5CACD3

Text Example


Text Example

White with #5CACD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5CACD3; }

 p { color: rgb(92,172,211); }

 H1.HeaderClassName
 {
   color: #5CACD3;
 }
 .AnyTagClassName
 {
   color: #5CACD3;
 }
</style>

background-color css

<style>
 a { background-color: #5CACD3; }

 a { background-color: rgb(92,172,211); }

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

border-color css

<style>
 span { border-color: #5CACD3; }

 span { border-color: rgb(92,172,211); }

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