Html Css Color HEX #58A1CE Picton Blue

📋 copy color: '#58A1CE'

red 88 ◦ green 161 ◦ blue 206

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

Shades of Picton Blue #58A1CE

Tints of Picton Blue #58A1CE

RGB

 RED value IS 88 (34.77% from 255) = 19.34%

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

 BLUE value IS 206 (80.86% from 255) = 45.27%

R = 19.34%
G = 35.38%
B = 45.27%

CMYK

 C value IS 0.57

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#58A1CE (or 0x58A1CE) is known color: Picton Blue. HEX triplet: 58, A1 and CE. RGB value is (88,161,206). Sum of RGB (Red+Green+Blue) = 88+161+206=455 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.34% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #58A1CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A1CE is #A75E31. Grayscale: #909090. Windows color (decimal): -10968626 or 13541720. OLE color: 13541720.

HSL color Cylindrical-coordinate representation of color #58A1CE: hue angle of 202.88º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58A1CE is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 161 206 -
CMYK 0.57 0.22 0 0.19
HSL 202.88º 0.55% 0.58% -
HSV(B) 202.88º 0.57% 0.81% -
XYZ 27.91 32.02 63.1 -
YUV 144.3 162.82 87.84 -
System Red Green Blue C M Y K H S L
Decimal 88 161 206 0.57 0.22 0 0.19 202.88 0.55 0.58
Hex 58 A1 CE 39 16 0 13 CB 37 3A
Octal 130 241 316 71 26 0 23 313 67 72
Binary 1011000 10100001 11001110 111001 10110 0 10011 11001011 110111 111010

Color Harmonies of #58A1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A1CE

Black with #58A1CE

Text Example


Text Example

White with #58A1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58A1CE; }

 p { color: rgb(88,161,206); }

 H1.HeaderClassName
 {
   color: #58A1CE;
 }
 .AnyTagClassName
 {
   color: #58A1CE;
 }
</style>

background-color css

<style>
 a { background-color: #58A1CE; }

 a { background-color: rgb(88,161,206); }

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

border-color css

<style>
 span { border-color: #58A1CE; }

 span { border-color: rgb(88,161,206); }

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