Html Css Color HEX #355658 Oracle

📋 copy color: '#355658'

red 53 ◦ green 86 ◦ blue 88

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

Shades of Oracle #355658

Tints of Oracle #355658

RGB

 RED value IS 53 (21.09% from 255) = 23.35%

 GREEN value IS 86 (33.98% from 255) = 37.89%

 BLUE value IS 88 (34.77% from 255) = 38.77%

R = 23.35%
G = 37.89%
B = 38.77%

CMYK

 C value IS 0.40

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#355658 (or 0x355658) is known color: Oracle. HEX triplet: 35, 56 and 58. RGB value is (53,86,88). Sum of RGB (Red+Green+Blue) = 53+86+88=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 88 - color contains mainly: blue. Hex color #355658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355658 is #CAA9A7. Grayscale: #4C4C4C. Windows color (decimal): -13281704 or 5789237. OLE color: 5789237.

HSL color Cylindrical-coordinate representation of color #355658: hue angle of 183.43º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #355658 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 86 88 -
CMYK 0.40 0.02 0 0.65
HSL 183.43º 0.25% 0.28% -
HSV(B) 183.43º 0.4% 0.35% -
XYZ 6.56 8.12 10.45 -
YUV 76.36 134.57 111.34 -
System Red Green Blue C M Y K H S L
Decimal 53 86 88 0.40 0.02 0 0.65 183.43 0.25 0.28
Hex 35 56 58 28 2 0 41 B7 19 1C
Octal 65 126 130 50 2 0 101 267 31 34
Binary 110101 1010110 1011000 101000 10 0 1000001 10110111 11001 11100

Color Harmonies of #355658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355658

Black with #355658

Text Example


Text Example

White with #355658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355658; }

 p { color: rgb(53,86,88); }

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

background-color css

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

 a { background-color: rgb(53,86,88); }

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

border-color css

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

 span { border-color: rgb(53,86,88); }

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